Skip to content

Commit

Permalink
Still trying to skip apt prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
dotysan committed Sep 4, 2023
1 parent 2d3e7c1 commit b7905ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apt_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ fi
# uniq
packages="$(echo "$packages" | tr ' ' ' \n' | sort -u | tr '\n' ' ')"

export NEEDRESTART_MODE=a
export DEBIAN_FRONTEND=noninteractive

# requires fuser which might not already be installed, catch-22 situation if wanting to use this for everything including bootstraps
Expand Down

0 comments on commit b7905ae

Please sign in to comment.