changed all the depth 1 to depth=1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user