From 6d7fdfae5899982a10b8acd2f4301c3737e646d6 Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Sat, 28 Oct 2017 00:14:16 +0000 Subject: [PATCH] fix execute bit --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 9776aa5..0e1c8a3 100644 --- a/install.bash +++ b/install.bash @@ -13,7 +13,7 @@ sudo chown -R gitea:gitea /opt/gitea/ /var/log/gitea # Download and install gitea sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux-amd64 -sudo chmod +x gitea +sudo chmod +x /opt/gitea/gitea # Download and install the gitea.service for systemd sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/dist/etc/systemd/system/gitea.service