image_builder: disable OK of apt-key

This commit is contained in:
Artem Smirnov
2018-09-06 20:01:20 +03:00
parent c68fb8883c
commit a86e662c1e

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