install.sh aktualisiert
This commit is contained in:
parent
2fdf3070f8
commit
fe95738f3d
@ -18,6 +18,9 @@ if [ -f /etc/os-release ]; then
|
|||||||
elif [ "$ID" = "opensuse" ]; then
|
elif [ "$ID" = "opensuse" ]; then
|
||||||
echo "Detected openSUSE."
|
echo "Detected openSUSE."
|
||||||
PACKAGE_MANAGER="zypper"
|
PACKAGE_MANAGER="zypper"
|
||||||
|
elif [ "$ID" = "raspbian" ]; then
|
||||||
|
echo "Detected Raspbian."
|
||||||
|
PACKAGE_MANAGER="apt-get-raspbian"
|
||||||
elif [ "$ID" = "debian" ]; then
|
elif [ "$ID" = "debian" ]; then
|
||||||
echo "Detected Debian."
|
echo "Detected Debian."
|
||||||
PACKAGE_MANAGER="apt-get"
|
PACKAGE_MANAGER="apt-get"
|
||||||
@ -45,6 +48,8 @@ if [ "$INSTALL_DOCKER" = "y" ]; then
|
|||||||
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)"
|
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)"
|
||||||
elif [ "$PACKAGE_MANAGER" = "apt-get-ubuntu" ]; then
|
elif [ "$PACKAGE_MANAGER" = "apt-get-ubuntu" ]; then
|
||||||
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/ubuntu.sh)"
|
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/ubuntu.sh)"
|
||||||
|
elif [ "$PACKAGE_MANAGER" = "apt-get-raspbian" ]; then
|
||||||
|
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/raspbian.sh)"
|
||||||
elif [ "$PACKAGE_MANAGER" = "zypper" ]; then
|
elif [ "$PACKAGE_MANAGER" = "zypper" ]; then
|
||||||
sh -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/opensuse.sh)"
|
sh -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/opensuse.sh)"
|
||||||
elif [ "$PACKAGE_MANAGER" = "apk" ]; then
|
elif [ "$PACKAGE_MANAGER" = "apk" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user