From 4578d78a59a4638acd645c30c71c643bb533ea05 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:18:06 +0000 Subject: [PATCH] Update xlxd-debian-installer.sh fix apt-get --- xlxd-debian-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "------------------------------------------------------------------------------"