mirror of https://github.com/tteck/Proxmox.git
Update gitea.sh (#3426)
Fix permissions https://docs.gitea.com/installation/install-from-binarypull/3431/head
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
|
systemctl stop gitea
|
||||||
rm -rf /usr/local/bin/gitea
|
rm -rf /usr/local/bin/gitea
|
||||||
mv gitea* /usr/local/bin/gitea
|
mv gitea* /usr/local/bin/gitea
|
||||||
|
chmod +x /usr/local/bin/gitea
|
||||||
systemctl start gitea
|
systemctl start gitea
|
||||||
msg_ok "Updated $APP Successfully"
|
msg_ok "Updated $APP Successfully"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue