mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 12:49:22 +01:00
download-forgejo.bash: increase verbosity
This commit is contained in:
parent
81d7a927e9
commit
c6be24aca4
1
bash/.gitignore
vendored
1
bash/.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*.jpeg
|
||||
# download-forgejo.bash results to these
|
||||
forgejo-*
|
||||
gitea
|
||||
# employees.bash
|
||||
employees.csv
|
||||
# submodule symlinks
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user