From 975ec6eff07202ad5828d0ce94aa528a8521700d Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 13 Oct 2024 17:23:57 +0300 Subject: [PATCH] installer - Change dotfiles url --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8f9d6ba..131f4be 100755 --- a/install.sh +++ b/install.sh @@ -186,10 +186,10 @@ if [[ "$has_dotfiles" == "y" || "$has_dotfiles" == "yes" ]]; then nix flake lock --update-input dotfiles echo "flake.nix updated successfully!" else - echo "Invalid URL format. Please make sure to enter a valid git URL." + echo -e "$RED Invalid URL format. Please make sure to enter a valid git URL. $ENDCOLOR" fi else - echo "Skipping dotfiles URL update." + echo -e "$GREEN Using Nomadics dotfiles $ENDCOLOR" fi