From 0488eb83d4d7dd943c963a9e4d78192b231c6363 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 18 Sep 2024 01:20:43 +0900 Subject: [PATCH] added dotfiles-main.sh to download from main instead of from releases --- install-scripts/{dotfiles.sh-main-dl => dotfiles-main.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename install-scripts/{dotfiles.sh-main-dl => dotfiles-main.sh} (81%) diff --git a/install-scripts/dotfiles.sh-main-dl b/install-scripts/dotfiles-main.sh similarity index 81% rename from install-scripts/dotfiles.sh-main-dl rename to install-scripts/dotfiles-main.sh index e028c92..8c61643 100644 --- a/install-scripts/dotfiles.sh-main-dl +++ b/install-scripts/dotfiles-main.sh @@ -7,7 +7,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" # Check if Hyprland-Dots exists -printf "Downloading Hyprland dots from main for the Hyprland v0.42.0 update...\n" +printf "${NOTE} Downloading KooL's Hyprland Dots....\n" if [ -d Hyprland-Dots ]; then cd Hyprland-Dots @@ -22,7 +22,7 @@ else chmod +x copy.sh ./copy.sh else - echo -e "Can't download Hyprland-Dots" + echo -e "$ERROR Can't download Hyprland-Dots" fi fi