This commit is contained in:
JaKooLit
2025-03-07 15:29:54 +09:00
parent 279536e69b
commit 450267e45b
3 changed files with 4 additions and 3 deletions

View File

@@ -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) - After installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)
## ✨ Auto download and install ## ✨ Auto download and install
- you can use this command to automatically clone and ran the script for you
```bash ```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 ## ✨ to use this script

View File

@@ -21,7 +21,7 @@ if [ -d "$Distro_DIR" ]; then
else else
# Clone the repository if it doesn't exist # Clone the repository if it doesn't exist
echo "$Distro_DIR does not exist. Cloning the repository..." 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" cd "$Distro_DIR"
chmod +x install.sh chmod +x install.sh
echo "Running install.sh..." echo "Running install.sh..."

View File

@@ -299,7 +299,7 @@ while true; do
if [[ "$dots_selected" == "OFF" ]]; then if [[ "$dots_selected" == "OFF" ]]; then
# Show a note about not selecting the "dots" option # Show a note about not selecting the "dots" option
if ! whiptail --title "KooL Hyprland Dot Files" --yesno \ 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 --yes-button "Continue" --no-button "Return" 15 90; then
echo "🔙 Returning to options..." | tee -a "$LOG" echo "🔙 Returning to options..." | tee -a "$LOG"
continue continue