vrozaksen 12 months ago committed by GitHub
parent 32ae8c1f4f
commit 626328c6b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ct/gitea.sh

@ -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…
Cancel
Save