bump gitea version

This commit is contained in:
2023-02-22 18:14:05 -08:00
parent f9a1651ce9
commit f43a8a77d2
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ping -c1 "github.com" &>"/dev/null"
if [[ "${?}" -ne 0 ]]; then
echo "I am unable to access Github.com, that is needed to continue this Install."
elif [[ "${#args[@]}" -eq 0 ]]; then
GITEA_VER="1.18.3"
GITEA_VER="1.19"
sudo systemctl stop gitea
sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64
sudo chmod +x /usr/local/bin/gitea