From 6aa2168f974126655ecf068df51474b36189662f Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Fri, 31 Mar 2023 20:42:59 -0700 Subject: [PATCH] ver bump --- scripts/giteaupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/giteaupdate.sh b/scripts/giteaupdate.sh index e59da3f..746181f 100644 --- a/scripts/giteaupdate.sh +++ b/scripts/giteaupdate.sh @@ -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.5" +GITEA_VER="1.19.0" 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