mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-21 10:51:45 -05:00
Update xlxd-debian-installer.sh
fix apt-get
This commit is contained in:
parent
6b33b3171e
commit
4578d78a59
@ -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 "------------------------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user