remove repo before download incase exists

This commit is contained in:
xSghetti 2024-07-16 23:16:38 -04:00
parent ace1ffed68
commit 2576c83d00

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
cd .. cd ..
# Clone the repository # Clone the repository
sudo rm -r ~/hyprcrux/
git clone https://github.com/xsghetti/hyprcrux git clone https://github.com/xsghetti/hyprcrux
# Copy the configuration files # Copy the configuration files