We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95f25a commit 13e8bb4Copy full SHA for 13e8bb4
install.sh
@@ -12,7 +12,7 @@ SOURCE_DIR="$(cd "$(dirname "$0")" && pwd)"
12
source "$(dirname "$0")/functions.sh"
13
14
# Parse command line arguments
15
-AUTO_YES=false
+AUTO_YES=${AUTO_YES:-false}
16
for arg in "$@"; do
17
case $arg in
18
-y|--yes)
0 commit comments