From 2576c83d00521f888b78e39200a2be847a2fb7b7 Mon Sep 17 00:00:00 2001 From: xSghetti Date: Tue, 16 Jul 2024 23:16:38 -0400 Subject: [PATCH] remove repo before download incase exists --- clone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clone.sh b/clone.sh index 806a7e4..8ffda64 100755 --- a/clone.sh +++ b/clone.sh @@ -1,6 +1,7 @@ #!/bin/bash cd .. # Clone the repository +sudo rm -r ~/hyprcrux/ git clone https://github.com/xsghetti/hyprcrux # Copy the configuration files