diff --git a/bash/.gitignore b/bash/.gitignore index cdd1a05..abbbe5f 100644 --- a/bash/.gitignore +++ b/bash/.gitignore @@ -4,6 +4,7 @@ *.jpeg # download-forgejo.bash results to these forgejo-* +gitea # employees.bash employees.csv # submodule symlinks diff --git a/bash/download-forgejo.bash b/bash/download-forgejo.bash index 9293795..0fdcd45 100755 --- a/bash/download-forgejo.bash +++ b/bash/download-forgejo.bash @@ -23,7 +23,7 @@ printf "Verifying signature…\n" gpg --verify forgejo-$VERSION-$PLATFORM.asc printf "Final steps: \n\t 1. Place the binary where the systemd service expects it.\n\t \ -2. sudo chmod a+rx forgejo-%b-%b\n\t \ -3. sudo ln -sf forgejo-%b-%b gitea \n\t \ -4. sudo systemctl restart gitea" "$VERSION" "$PLATFORM" "$VERSION" "$PLATFORM" +2. sudo chmod -v a+rx forgejo-%b-%b\n\t \ +3. sudo ln -sfv forgejo-%b-%b gitea \n\t \ +4. sudo systemctl restart gitea.service" "$VERSION" "$PLATFORM" "$VERSION" "$PLATFORM" echo