PMA nginx conf

This commit is contained in:
2023-03-31 18:39:13 -07:00
parent f5c10b9b01
commit 14c65580fc
5 changed files with 125 additions and 30 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.19.0"
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