mirror of
https://github.com/systemd/systemd.git
synced 2025-08-03 08:22:21 +03:00
semaphore: pass allow-releaseinfo-change to apt-get
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929248
This commit is contained in:
@ -34,7 +34,7 @@ create_container() {
|
||||
sed 's/^deb/deb-src/' /etc/apt/sources.list >> /etc/apt/sources.list.d/sources.list
|
||||
# wait until online
|
||||
while [ -z "\$(ip route list 0/0)" ]; do sleep 1; done
|
||||
apt-get -q update
|
||||
apt-get -q --allow-releaseinfo-change update
|
||||
apt-get -y dist-upgrade
|
||||
apt-get install -y eatmydata
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user