From 008e098bfdec863170331b9aafe834ae5b1d0a5d Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 22 Feb 2023 18:16:23 -0800 Subject: [PATCH] set the wrong version --- scripts/giteainstall.sh | 2 +- scripts/giteaupdate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/giteainstall.sh b/scripts/giteainstall.sh index 9c39db3..0bff5a8 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -21,7 +21,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.19" +GITEA_VER="1.18.5" sudo systemctl stop gitea sudo apt-get install git -y sudo wget -O /usr/local/bin/gitea https://github.com/go-gitea/gitea/releases/download/v"$GITEA_VER"/gitea-"$GITEA_VER"-linux-amd64 diff --git a/scripts/giteaupdate.sh b/scripts/giteaupdate.sh index de91aac..e59da3f 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.19" +GITEA_VER="1.18.5" 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