hide apt-key output
This commit is contained in:
2
install
2
install
@@ -631,7 +631,7 @@ wo_init() {
|
||||
|
||||
if [ -z "$wo_travis" ]; then
|
||||
# import easyengine opensusebuildservice gpg key to avoid issues with packages update
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 3050ac3cd2ae6f03
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 3050ac3cd2ae6f03 > /dev/null 2>&1
|
||||
if ! {
|
||||
apt-get update --allow-releaseinfo-change -qq >/dev/null 2>&1
|
||||
}; then
|
||||
|
||||
Reference in New Issue
Block a user