From ffaf1894024b8833ec572be9f7ddae43e8da6518 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 7 Mar 2025 15:10:32 +0900 Subject: [PATCH] changed temporarily to development --- auto-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-install.sh b/auto-install.sh index c3f970f..cf286fd 100644 --- a/auto-install.sh +++ b/auto-install.sh @@ -11,7 +11,7 @@ fi # Clone the repository echo "Cloning the repository..." -git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprland +git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git -b development ~/Arch-Hyprland cd ~/Arch-Hyprland chmod +x install.sh ./install.sh