Update 'install.sh'
This commit is contained in:
parent
3f793598d2
commit
ea5471f8da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue