changed all the depth 1 to depth=1

This commit is contained in:
JaKooLit
2025-03-08 23:16:05 +09:00
parent f3d0b3ddfb
commit 0bdef7305d
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ if [ -d Hyprland-Dots ]; then
chmod +x copy.sh
./copy.sh
else
if git clone --depth 1 https://github.com/JaKooLit/Hyprland-Dots; then
if git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots; then
cd Hyprland-Dots || exit 1
chmod +x copy.sh
./copy.sh