Update install

This commit is contained in:
zenobit 2020-08-23 09:58:37 +00:00
parent 333fcf594b
commit 497d61b1ce
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ read -p "Spustit lightdm nyní? ano nebo ne? [a/n] " -n 1 lightdm
echo
if [[ $lightdm = "y" ]]; then
sudo ln -s /etc/sv/lightdm /var/service
elif [[ $lightdm = "n" ]]; then
echo "$(tput setaf 1) Enjoy void linux$(tput sgr 0)"
else
fi