Update setup-main.sh
This commit is contained in:
parent
7cba09a744
commit
06d9ffdf58
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Incase of pipefail stop the script
|
||||
set -euo pipefail
|
||||
|
||||
if [ $SCRIPT -eq "debian-setup" ]; then
|
||||
wget -q -O - https://git.adrianux.net/ahoemann/Setup-Scripts/raw/branch/main/debian/setup-debian.sh | bash
|
||||
elif [ $SCRIPT -eq "alpine-setup" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue