download-forgejo.bash: increase verbosity

This commit is contained in:
Aminda Suomalainen 2024-04-24 18:48:04 +03:00
parent 81d7a927e9
commit c6be24aca4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 3 deletions

1
bash/.gitignore vendored
View File

@ -4,6 +4,7 @@
*.jpeg
# download-forgejo.bash results to these
forgejo-*
gitea
# employees.bash
employees.csv
# submodule symlinks

View File

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