From 626328c6b0263dd1e0df933d2a3ec18620e9756e Mon Sep 17 00:00:00 2001 From: vrozaksen <87482223+vrozaksen@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:47:27 +0200 Subject: [PATCH] Update gitea.sh 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