diff --git a/setup.sh b/setup.sh index f602283..c5af018 100644 --- a/setup.sh +++ b/setup.sh @@ -36,7 +36,7 @@ if [ -d "$DOTFILES_DIR/scripts" ]; then log_error "✗ $script_name failed" exit 1 fi - ((script_count++)) + ((++script_count)) fi done