fixed debian_install.sh

This commit is contained in:
sose 2019-09-22 02:19:27 -04:00
parent 1a848b411d
commit 388362da24
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# sudo must be configured
packages="$(tr '\n' ' ' < packages.list)"
sudo apt update && sudo apt install "$packages"
sudo apt update && sudo apt install $packages
./install.sh
sudo systemctl enable lightdm \
&& sudo systemctl start lightdm