biiig wrench

This commit is contained in:
Your Name
2025-05-03 22:58:39 +12:00
parent 107034cf7b
commit 340170b248
51 changed files with 347 additions and 395 deletions

View File

@ -6,12 +6,7 @@
# It is called with the path to the server specific env file as an argument.
install_prerequisites() {
# this script works on debian, ubuntu and Raspberry Pi OS
# it checks the following prerequisites, and installs them if missing.
# if the user is root it proceeds, otherwise it checks for sudo privileges.
# if neither exists, and a prerequisite is missing, the script exits with failure.
check_prerequisites() {
# prerequisites:
# - bash
# - curl
@ -29,6 +24,6 @@ install_prerequisites() {
done
}
install_prerequisites
check_prerequisites
exit 0