diff options
| author | Jonathon Fernyhough <jonathon@m2x.dev> | 2021-03-04 20:58:59 +0000 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-03-14 17:42:54 +0000 |
| commit | f502b56ec2518cb2f3a6bd687683a09c0cd07712 (patch) | |
| tree | 0fa4cfe58309a72dcb2a8634d93d67b57e472652 /.gitlab/ci/build-host.sh | |
| parent | bc67933af14c28eb385b537a6afa3aa6e458af59 (diff) | |
| download | archiso-f502b56ec2518cb2f3a6bd687683a09c0cd07712.tar.gz archiso-f502b56ec2518cb2f3a6bd687683a09c0cd07712.tar.bz2 | |
Create zsync control file for delta downloads
Diffstat (limited to '.gitlab/ci/build-host.sh')
| -rwxr-xr-x | .gitlab/ci/build-host.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build-host.sh b/.gitlab/ci/build-host.sh index 7f7433d..3d26565 100755 --- a/.gitlab/ci/build-host.sh +++ b/.gitlab/ci/build-host.sh @@ -140,7 +140,7 @@ function main() { expect "# " # Install required packages - send "pacman -Syu --ignore linux --noconfirm --needed qemu-headless jq dosfstools e2fsprogs libisoburn mtools squashfs-tools\n" + send "pacman -Syu --ignore linux --noconfirm --needed qemu-headless jq dosfstools e2fsprogs libisoburn mtools squashfs-tools zsync\n" expect "# " 120 ## Start build and copy output to local disk |
