From d65e51acb484a72a9ddeb635d533c4f540397134 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 Feb 2023 11:14:56 +0200 Subject: [PATCH] download-forgejo.bash: fix #44 --- bash/download-forgejo.bash | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bash/download-forgejo.bash b/bash/download-forgejo.bash index 07ae337..4b09d75 100755 --- a/bash/download-forgejo.bash +++ b/bash/download-forgejo.bash @@ -24,7 +24,8 @@ fi printf "Verifying signature…\n" gpg --verify forgejo-$VERSION-$PLATFORM.asc -printf "Final steps: \n\t 1. Place the binary. \n\t \ -2. sudo ln -s forgejo-$VERSION-$PLATFORM gitea \n\t \ -3. sudo systemctl restart gitea \n\t 4. If the\ -binary was renamed, run hook update from Forĝejo settings." +printf "Final steps: \n\t 1. Place the binary where the systemd service expects it.\n\t \ +2. sudo chmod a+rx forgejo-$VERSION-$PLATFORM\n\t \ +3. sudo ln -sf forgejo-$VERSION-$PLATFORM gitea \n\t \ +4. sudo systemctl restart gitea" +echo