image_builder: rm stderr in coex-mirror.gpg download

This commit is contained in:
Artem Smirnov
2018-09-06 16:34:22 +03:00
parent 671de1a799
commit b27ad9d395

View File

@@ -27,7 +27,7 @@ echo_stamp() {
}
# Add apt key to allow local mirror usage during image build
wget -O - ftp://mirror.coex.space/coex-mirror.gpg | apt-key add -
wget -O - ftp://mirror.coex.space/coex-mirror.gpg 2> /dev/null | apt-key add -
# Generate a backup of the original source.list
cp /etc/apt/sources.list /var/sources.list.bak
# Add the coex-mirror as the first priority repository