diff options
Diffstat (limited to 'config/hypr/scripts/KooLsDotsUpdate.sh')
| -rwxr-xr-x | config/hypr/scripts/KooLsDotsUpdate.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/scripts/KooLsDotsUpdate.sh b/config/hypr/scripts/KooLsDotsUpdate.sh index 006d66ed..8ed50f27 100755 --- a/config/hypr/scripts/KooLsDotsUpdate.sh +++ b/config/hypr/scripts/KooLsDotsUpdate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # simple bash script to check if update is available by comparing local version and github version # Local Paths @@ -16,7 +16,7 @@ fi # GitHub URL - KooL's dots branch="main" -github_url="https://github.com/JaKooLit/Hyprland-Dots/tree/$branch/config/hypr/" +github_url="https://github.com/LinuxBeginnings/Hyprland-Dots/tree/$branch/config/hypr/" # Check for required tools (curl) if ! command -v curl &> /dev/null; then notify-send -i "$iDIR/error.png" "Need curl:" "curl not found. Please install curl." @@ -64,7 +64,7 @@ else exit 1 fi kitty -e bash -c " - git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git $KooL_Dots_DIR && + git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git $KooL_Dots_DIR && cd \"$KooL_Dots_DIR\" && chmod +x copy.sh && ./copy.sh && |
