Update setup-main.sh
This commit is contained in:
parent
b822812094
commit
f072b7a05e
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
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
|
||||||
|
wget -q -O - https://git.adrianux.net/ahoemann/Setup-Scripts/raw/branch/main/alpine/setup-alpine.sh | bash
|
||||||
|
else
|
||||||
|
echo $SCRIPT "is an invalid option."
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue