mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
image_builder: disable OK of apt-key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user