From 95ed8d1f320900f5d22fc4fc976bea96060f05cc Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 24 Oct 2023 13:50:33 +0000 Subject: [PATCH] Fix pacman clear cache --- arkdep-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep-build b/arkdep-build index a1378a6..e8c5520 100755 --- a/arkdep-build +++ b/arkdep-build @@ -139,7 +139,7 @@ if [[ $type == 'archlinux' ]]; then # Clear pacman cache printf "\e[1;34m-->\e[0m\e[1m Clearing pacman cache\e[0m\n" - arch-chroot $workdir pacman --noconfirm -Scc + arch-chroot $workdir pacman -Scc <<< Y <<< Y # Remove subvolumes created by systemd [[ -d $workdir/var/lib/portables ]] &&