diff --git a/README.md b/README.md index c0b4954..f7acbdc 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,9 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - After installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) ## ✨ Auto download and install +- you can use this command to automatically clone and ran the script for you ```bash -sh <(curl -L https://github.com/JaKooLit/Arch-Hyprland/raw/main/auto-install.sh) +sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Arch-Hyprland/main/auto-install.sh) ``` ## ✨ to use this script diff --git a/auto-install.sh b/auto-install.sh index 21c03a9..894843c 100644 --- a/auto-install.sh +++ b/auto-install.sh @@ -21,7 +21,7 @@ if [ -d "$Distro_DIR" ]; then else # Clone the repository if it doesn't exist echo "$Distro_DIR does not exist. Cloning the repository..." - git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git -b development "$Distro_DIR" + git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git "$Distro_DIR" cd "$Distro_DIR" chmod +x install.sh echo "Running install.sh..." diff --git a/install.sh b/install.sh index 8d4aba0..14a03a0 100755 --- a/install.sh +++ b/install.sh @@ -299,7 +299,7 @@ while true; do if [[ "$dots_selected" == "OFF" ]]; then # Show a note about not selecting the "dots" option if ! whiptail --title "KooL Hyprland Dot Files" --yesno \ - "ā“ You have not selected to install the pre-configured KooL Hyprland dotfiles.\n\nKindly NOTE that if you proceed without Dots, Hyprland will start with default vanilla Hyprland configuration and I won't be able to give you support.\n\nšŸ”™ Would you like to continue install without KooL Hyprland Dots or return to choices/options?" \ + "You have not selected to install the pre-configured KooL Hyprland dotfiles.\n\nKindly NOTE that if you proceed without Dots, Hyprland will start with default vanilla Hyprland configuration and I won't be able to give you support.\n\nWould you like to continue install without KooL Hyprland Dots or return to choices/options?" \ --yes-button "Continue" --no-button "Return" 15 90; then echo "šŸ”™ Returning to options..." | tee -a "$LOG" continue