From ea5471f8dad33731adfa4b6e2f50c28e11a93d89 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 19 Feb 2022 10:02:39 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5bdf1d9..1971cc3 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ sudo adduser \ --disabled-password \ --home /home/git \ git -VERSION=1.14.4 +VERSION=1.16.1 sudo wget -O /tmp/gitea https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 sudo mv /tmp/gitea /usr/local/bin sudo chmod +x /usr/local/bin/gitea