From dcb820e844c8f3359633e5bc82c9f59d5881bca0 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Thu, 26 Jul 2018 15:02:27 -0600 Subject: [PATCH] Symlink to path. --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index 8a7dccb..622c4de 100755 --- a/install.bash +++ b/install.bash @@ -63,6 +63,7 @@ fi sudo chmod +x /opt/gitea/gitea-$VER rm -f /opt/gitea/gitea sudo ln -sf gitea-$VER /opt/gitea/gitea +sudo ln -sf gitea-$VER /usr/local/bin/gitea # Download and install the gitea.service for systemd sudo curl -fsSL -o /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/dist/etc/systemd/system/gitea.service