diff --git a/bootstrap.sh b/bootstrap.sh index fbeb216..204023e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -77,7 +77,6 @@ fi # Hand off to setup if [ -f "setup.sh" ]; then echo "Starting setup..." - chmod +x setup.sh 2>/dev/null || true bash setup.sh else echo "Error: No setup.sh found!"