installer - Change dotfiles url
This commit is contained in:
parent
2870a75178
commit
975ec6eff0
1 changed files with 2 additions and 2 deletions
|
@ -186,10 +186,10 @@ if [[ "$has_dotfiles" == "y" || "$has_dotfiles" == "yes" ]]; then
|
||||||
nix flake lock --update-input dotfiles
|
nix flake lock --update-input dotfiles
|
||||||
echo "flake.nix updated successfully!"
|
echo "flake.nix updated successfully!"
|
||||||
else
|
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
|
fi
|
||||||
else
|
else
|
||||||
echo "Skipping dotfiles URL update."
|
echo -e "$GREEN Using Nomadics dotfiles $ENDCOLOR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue