fix curl
This commit is contained in:
parent
6969d896cd
commit
2fda4ee7ba
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ prepare_environment() {
|
|||
mkdir -p "${WORKDIR}/overlayfs_workdir"
|
||||
|
||||
echo "Downloading temporary rootfs..."
|
||||
curl -LC -o "${WORKDIR}/rootfs.squashfs" - "${ROOTFS}"
|
||||
curl -L -C - -o "${WORKDIR}/rootfs.squashfs" "${ROOTFS}"
|
||||
}
|
||||
|
||||
mount_new_rootfs() {
|
||||
|
|
Loading…
Reference in a new issue