image_builder: stderr to /dev/null

This commit is contained in:
Artem Smirnov
2018-09-06 20:15:36 +03:00
parent d574adbc3f
commit 214224101c

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 2> /dev/null | apt-key add - > /dev/null
wget -O - ftp://mirror.coex.space/coex-mirror.gpg 2> /dev/null | apt-key add - 2> /dev/null
# 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