From f6b346f2e269fea7c39fa998f28d377c8481e8d9 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 11 Oct 2020 17:17:28 +0200 Subject: ci: Add an interactive mode (testTTY) for the CI image builder --- ci/ciimage/arch/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/ciimage/arch/install.sh') 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[@]}" -- cgit v1.2.3