diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index fc3171e..56f185d 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -57,7 +57,7 @@ then apt-get -y install $DEP2 elif [ $VERSION = 11 ] then - apt install -y $DEP3 + apt-get install -y $DEP3 fi echo "------------------------------------------------------------------------------"