updated
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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..."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user