From 22a754b0690d042f18a381eeb5c69e541ed19af0 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 30 Mar 2024 21:14:48 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d6839ac1..27d2c146 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,7 @@ if [ $(pwd) != "$HOME/dotfiles" ]; then git clone https://github.com/TrudeEH/dotfiles cd dotfiles bash install.sh + return fi if ! nix --version &>/dev/null; then