This commit is contained in:
Stephan Raabe 2023-10-17 15:13:19 +02:00
parent 7e64fa2ce9
commit 76c834a7de
3 changed files with 6 additions and 3 deletions

View File

@ -71,5 +71,6 @@ _installPackagesYay "${packagesYay[@]}";
echo "" echo ""
echo "DONE!" echo "DONE!"
echo "Please continue with 3-dotfiles.sh" echo "Update the keyboard layout and screen resolution in ~/dotfiles/hypr/hyprland.conf"
echo "Then proceed with with 3-dotfiles.sh"

View File

@ -58,6 +58,7 @@ packagesPacman=(
# ------------------------------------------------------ # ------------------------------------------------------
_installPackagesPacman "${packagesPacman[@]}"; _installPackagesPacman "${packagesPacman[@]}";
echo ""
echo "DONE!" echo "DONE!"
echo "Please continue with 3-dotfiles.sh" echo "Update the keyboard layout and screen resolution in ~/dotfiles/qtile/autostart.sh"
echo "Then proceed with 3-dotfiles.sh"

View File

@ -119,6 +119,7 @@ _installSymLink() {
fi fi
break;; break;;
[Nn]* ) [Nn]* )
echo ""
# exit; # exit;
break;; break;;
* ) echo "Please answer yes or no.";; * ) echo "Please answer yes or no.";;