This commit is contained in:
JaKooLit
2025-03-07 15:29:54 +09:00
parent 279536e69b
commit 450267e45b
3 changed files with 4 additions and 3 deletions

View File

@@ -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..."