Updates
This commit is contained in:
parent
7e64fa2ce9
commit
76c834a7de
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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.";;
|
||||||
|
Loading…
Reference in New Issue
Block a user