Update setup-main.sh

This commit is contained in:
ahoemann 2025-04-19 17:19:06 +02:00
parent 7cba09a744
commit 06d9ffdf58

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# Incase of pipefail stop the script
set -euo pipefail
if [ $SCRIPT -eq "debian-setup" ]; then if [ $SCRIPT -eq "debian-setup" ]; then
wget -q -O - https://git.adrianux.net/ahoemann/Setup-Scripts/raw/branch/main/debian/setup-debian.sh | bash wget -q -O - https://git.adrianux.net/ahoemann/Setup-Scripts/raw/branch/main/debian/setup-debian.sh | bash
elif [ $SCRIPT -eq "alpine-setup" ]; then elif [ $SCRIPT -eq "alpine-setup" ]; then