installer - Change dotfiles url

This commit is contained in:
nomadics9 2024-10-13 17:23:57 +03:00
parent 2870a75178
commit 975ec6eff0

View file

@ -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