Skip to content

Commit

Permalink
remove APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true, since we want
Browse files Browse the repository at this point in the history
to find a better way of doing this
  • Loading branch information
BrentBaccala committed Jan 18, 2023
1 parent 2b5fc81 commit f76cd3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions bbb-install-2.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ main() {
CR_TMPFILE=$(mktemp /tmp/carriage-return.XXXXXX)
echo "\n" > $CR_TMPFILE

# 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:lxgadwji" opt "${@}"; do
Expand Down
3 changes: 0 additions & 3 deletions bbb-install-2.6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ main() {
CR_TMPFILE=$(mktemp /tmp/carriage-return.XXXXXX)
echo "\n" > $CR_TMPFILE

# 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:lxgadwji" opt "${@}"; do
Expand Down
3 changes: 0 additions & 3 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ 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:lxgadw" opt "${@}"; do
Expand Down

0 comments on commit f76cd3a

Please sign in to comment.