From 11a4547f82018223ea02437274839fe322b5dfe3 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 22 Dec 2022 15:27:17 -0800 Subject: [PATCH] Updated Gitea to 1.17.4 Signed-off-by: Sophia Atkinson --- scripts/giteainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/giteainstall.sh b/scripts/giteainstall.sh index ff3e83e..2194595 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -16,7 +16,7 @@ do ;; esac done -GITEA_VER="1.17.3" +GITEA_VER="1.17.4" sudo systemctl stop gitea sudo apt-get install git -y sudo ufw allow 3000