From f59c1227be20d1d71cd751baa74571093be73317 Mon Sep 17 00:00:00 2001 From: vrozaksen <87482223+vrozaksen@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:04:40 +0000 Subject: [PATCH] Update gitea.sh (#3426) Fix permissions https://docs.gitea.com/installation/install-from-binary --- ct/gitea.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/gitea.sh b/ct/gitea.sh index f1fc716b..6ab81615 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -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