mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
download-forgejo.bash: fix #44
This commit is contained in:
parent
1f29857a2f
commit
d65e51acb4
@ -24,7 +24,8 @@ fi
|
|||||||
printf "Verifying signature…\n"
|
printf "Verifying signature…\n"
|
||||||
gpg --verify forgejo-$VERSION-$PLATFORM.asc
|
gpg --verify forgejo-$VERSION-$PLATFORM.asc
|
||||||
|
|
||||||
printf "Final steps: \n\t 1. Place the binary. \n\t \
|
printf "Final steps: \n\t 1. Place the binary where the systemd service expects it.\n\t \
|
||||||
2. sudo ln -s forgejo-$VERSION-$PLATFORM gitea \n\t \
|
2. sudo chmod a+rx forgejo-$VERSION-$PLATFORM\n\t \
|
||||||
3. sudo systemctl restart gitea \n\t 4. If the\
|
3. sudo ln -sf forgejo-$VERSION-$PLATFORM gitea \n\t \
|
||||||
binary was renamed, run hook update from Forĝejo settings."
|
4. sudo systemctl restart gitea"
|
||||||
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user