Update 'install.sh'

This commit is contained in:
Sarimoko 2022-02-19 10:02:39 +00:00
parent 3f793598d2
commit ea5471f8da
1 changed files with 1 additions and 1 deletions

View File

@ -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