mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-12-16 17:17:29 +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
|
*.jpeg
|
||||||
# download-forgejo.bash results to these
|
# download-forgejo.bash results to these
|
||||||
forgejo-*
|
forgejo-*
|
||||||
|
gitea
|
||||||
# employees.bash
|
# employees.bash
|
||||||
employees.csv
|
employees.csv
|
||||||
# submodule symlinks
|
# submodule symlinks
|
||||||
|
|||||||
@ -23,7 +23,7 @@ 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 where the systemd service expects it.\n\t \
|
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 \
|
2. sudo chmod -v a+rx forgejo-%b-%b\n\t \
|
||||||
3. sudo ln -sf forgejo-%b-%b gitea \n\t \
|
3. sudo ln -sfv forgejo-%b-%b gitea \n\t \
|
||||||
4. sudo systemctl restart gitea" "$VERSION" "$PLATFORM" "$VERSION" "$PLATFORM"
|
4. sudo systemctl restart gitea.service" "$VERSION" "$PLATFORM" "$VERSION" "$PLATFORM"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user