Skip to content

Commit

Permalink
silence warning messages from apt-key
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBaccala committed Feb 12, 2021
1 parent 03b792e commit e1e7a60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ main() {
LETS_ENCRYPT_OPTIONS="--webroot --non-interactive"
SOURCES_FETCHED=false

# If grep'ing for a key in "apt-key list" is dangerous, should we find a better way to do it?
export APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true

need_x64

while builtin getopts "hs:r:c:v:e:p:m:lxgtadw" opt "${@}"; do
Expand Down

0 comments on commit e1e7a60

Please sign in to comment.