summaryrefslogtreecommitdiff
path: root/ci/ciimage/arch/install.sh
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-11 17:17:28 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-13 00:30:31 +0200
commitf6b346f2e269fea7c39fa998f28d377c8481e8d9 (patch)
treeb3ed1247ec72d99335f40d0f6dc0a320f24c2ca6 /ci/ciimage/arch/install.sh
parenteef880f509255a43e53fc9ed04e9e6bcf6ac98bc (diff)
downloadmeson-f6b346f2e269fea7c39fa998f28d377c8481e8d9.tar.gz
ci: Add an interactive mode (testTTY) for the CI image builder
Diffstat (limited to 'ci/ciimage/arch/install.sh')
-rwxr-xr-xci/ciimage/arch/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh
index fb27c2619..1e1ad0c81 100755
--- a/ci/ciimage/arch/install.sh
+++ b/ci/ciimage/arch/install.sh
@@ -26,7 +26,7 @@ PACMAN_OPTS='--needed --noprogressbar --noconfirm'
# Patch config files
sed -i 's/#Color/Color/g' /etc/pacman.conf
sed -i 's,#MAKEFLAGS="-j2",MAKEFLAGS="-j$(nproc)",g' /etc/makepkg.conf
-sed -i "s,PKGEXT='.pkg.tar.xz',PKGEXT='.pkg.tar',g" /etc/makepkg.conf
+sed -i "s,PKGEXT='.pkg.tar.zst',PKGEXT='.pkg.tar',g" /etc/makepkg.conf
# Install packages
pacman -Syu $PACMAN_OPTS "${pkgs[@]}"