Skip to content

Commit

Permalink
Disable needrestart during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Oct 17, 2022
1 parent 9fd88ae commit 32b578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

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

# Default options
Expand Down

0 comments on commit 32b578e

Please sign in to comment.