chore: set git clone & dotfiles as optional

This commit is contained in:
Eric
2025-01-10 17:31:46 +00:00
parent e9238f107a
commit 2d644da2bc
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ CLONE_PATH="$${CLONE_PATH/#\~/$${HOME}}"
# Check if the variable is empty...
if [ -z "$REPO_URL" ]; then
echo "No repository specified!"
exit 1
exit 0
fi
# Check if the variable is empty...