Update xlxd-debian-installer.sh

fix apt-get
This commit is contained in:
M0VUB 2022-01-11 19:18:06 +00:00 committed by GitHub
parent 6b33b3171e
commit 4578d78a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 "------------------------------------------------------------------------------"