download-forgejo.bash: fix #44

This commit is contained in:
Aminda Suomalainen 2023-02-20 11:14:56 +02:00
parent 1f29857a2f
commit d65e51acb4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 4 deletions

View File

@ -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