Updated Gitea ver

This commit is contained in:
Sophia Atkinson 2022-12-29 20:19:01 -08:00
parent f36cb7e0bd
commit 151880e03c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ do
;;
esac
done
GITEA_VER="1.17.4"
GITEA_VER="1.18.0"
sudo systemctl stop gitea
sudo apt-get install git -y
sudo ufw allow 3000

View File

@ -15,7 +15,7 @@ do
;;
esac
done
GITEA_VER="1.17.4"
GITEA_VER="1.18.0"
sudo systemctl stop gitea
sudo wget -O /usr/local/bin/gitea https://dl.gitea.io/gitea/$GITEA_VER/gitea-"$GITEA_VER"-linux-amd64
sudo chmod +x /usr/local/bin/gitea