|
@@ -788,6 +788,7 @@ then
|
|
|
echo -e "$(tput setaf 10)\nInit install & autostart:$(tput sgr0)"
|
|
|
mkdir /home/wareck/.config/autostart
|
|
|
echo -e "Done."
|
|
|
+sleep 1
|
|
|
fi
|
|
|
|
|
|
if [ ! -f /home/wareck/.config/autostart/install_os.desktop ]
|
|
@@ -855,6 +856,7 @@ sudo sh -c "echo \"wareck ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
|
|
|
fi
|
|
|
sudo apt-get update
|
|
|
sudo apt-get install lxde lxde-icon-theme -y
|
|
|
+sleep 1
|
|
|
}
|
|
|
|
|
|
function remove_screensaver {
|