diff --git a/install.sh b/install.sh index e11feee..9687d4a 100644 --- a/install.sh +++ b/install.sh @@ -25,14 +25,12 @@ fi echo "Installing Docker..." if [ "$DISTRO" = "debian" ] || [ "$DISTRO" = "ubuntu" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)" + systemctl start docker elif [ "$DISTRO" = "redhat" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)" + systemctl start docker elif [ "$DISTRO" = "alpine" ]; then sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)" fi -# Start Docker -echo "Starting Docker..." -systemctl start docker - -echo "Docker and Docker Compose installation completed." +echo "Docker and Docker Compose installation completed." \ No newline at end of file