mirror of https://github.com/tteck/Proxmox.git
Update gitea.sh (#3426)
Fix permissions https://docs.gitea.com/installation/install-from-binary
This commit is contained in:
parent
32ae8c1f4f
commit
f59c1227be
|
@ -62,6 +62,7 @@ wget -q https://github.com/go-gitea/gitea/releases/download/v$RELEASE/gitea-$REL
|
|||
systemctl stop gitea
|
||||
rm -rf /usr/local/bin/gitea
|
||||
mv gitea* /usr/local/bin/gitea
|
||||
chmod +x /usr/local/bin/gitea
|
||||
systemctl start gitea
|
||||
msg_ok "Updated $APP Successfully"
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue