From 7dfe49b3a37de38a16722c3496a8fe9a1c25eef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 12:54:59 +0200 Subject: [PATCH] Create cache directory on arch --- test-in-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-in-docker.sh b/test-in-docker.sh index ff6249a..4a1f8ca 100755 --- a/test-in-docker.sh +++ b/test-in-docker.sh @@ -41,6 +41,7 @@ test_ares() { sed -i '"'"'s/^#\?\(CacheDir.*\)/\1\nCacheDir = \/var\/cache\/pacman\/pkg_host\//'"'"' /etc/pacman.conf pacman -Syu --noconfirm python3 + mkdir /var/cache/pacman/pkg_host/ cd $(mktemp -d) tar xf /tmp/dotfiles.tar.gz -C . ANSIBLE_EXTRA_ARGS="-e manage_services=false" ./install.sh