Skip to content

Commit

Permalink
Suppress blocking prompts during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Oct 17, 2022
1 parent 1fda5f1 commit 9fd88ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail

# Suppress blocking prompts when installing dependencies
export NEEDRESTART_MODE=a
export DEBIAN_FRONTEND=noninteractive

# Default options
BOOTSTRAPPED="false"
PRINT_DOCKER_WARNING="true"
Expand Down Expand Up @@ -292,4 +296,4 @@ EOF
fi
}

main
main

0 comments on commit 9fd88ae

Please sign in to comment.