Merge "Set http_proxy to retrieve the signed Release file"
This commit is contained in:
commit
5e0edc6ae3
@ -66,7 +66,7 @@ EOF
|
||||
fi
|
||||
|
||||
# Need to update to retrieve the signed Release file
|
||||
sudo chroot ${TARGET_ROOT} apt-get update
|
||||
sudo sh -c "http_proxy=$http_proxy chroot ${TARGET_ROOT} apt-get update"
|
||||
|
||||
CLOUD_INIT_PACKAGES="cloud-init cloud-utils cloud-initramfs-growroot"
|
||||
sudo sh -c "http_proxy=$http_proxy chroot ${TARGET_ROOT} apt-get install -y $apt_get_bp_extra_opts $CLOUD_INIT_PACKAGES"
|
||||
|
Loading…
Reference in New Issue
Block a user