From f76cd3a114766c9e46a91172af921a7a13829404 Mon Sep 17 00:00:00 2001 From: Brent Baccala Date: Tue, 17 Jan 2023 21:08:27 -0500 Subject: [PATCH] remove APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true, since we want to find a better way of doing this --- bbb-install-2.5.sh | 3 --- bbb-install-2.6.sh | 3 --- bbb-install.sh | 3 --- 3 files changed, 9 deletions(-) diff --git a/bbb-install-2.5.sh b/bbb-install-2.5.sh index c02c177..a869a55 100755 --- a/bbb-install-2.5.sh +++ b/bbb-install-2.5.sh @@ -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 diff --git a/bbb-install-2.6.sh b/bbb-install-2.6.sh index 0811fa4..3f635bc 100755 --- a/bbb-install-2.6.sh +++ b/bbb-install-2.6.sh @@ -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 diff --git a/bbb-install.sh b/bbb-install.sh index ceb1568..1ceda0d 100755 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -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