diff --git a/core/tabs/system-setup/arch/hyprland-kool.sh b/core/tabs/system-setup/arch/hyprland-kool.sh index 7c85f857f..0b7a98e3f 100755 --- a/core/tabs/system-setup/arch/hyprland-kool.sh +++ b/core/tabs/system-setup/arch/hyprland-kool.sh @@ -9,7 +9,7 @@ if ! pacman -Q base-devel >/dev/null 2>&1; then "$ESCALATION_TOOL" pacman -S --noconfirm base-devel fi -git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git "$HOME/Arch-Hyprland" || { printf "%b\n" "${RED}Failed to clone Jakoolits Arch-Hyprland repo${RC}"; exit 1; } +git clone --depth=1 https://github.com/LinuxBeginnings/Arch-Hyprland.git "$HOME/Arch-Hyprland" || { printf "%b\n" "${RED}Failed to clone Jakoolits Arch-Hyprland repo${RC}"; exit 1; } cd "$HOME/Arch-Hyprland" || { printf "%b\n" "${RED}Failed to navigate to Arch-Hyprland directory${RC}"; exit 1; } chmod +x install.sh ./install.sh