From b17ab1cc419eeb6e6b4cb096ef26e436a9c122bd Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 25 May 2024 00:17:37 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f9dd2571..7c6dbe72 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ sudo nala install htop fzf tmux git stow vim wget # Clone repo if needed if [ $(pwd) != "$HOME/cros" ]; then cd $HOME - git clone https://github.com/TrudeEH/cros --depth=1 + git clone https://github.com/TrudeEH/dotfiles --depth=1 cd cros fi