From 104f1952e30d5e0ba86d5e35b44596a8ffb81a34 Mon Sep 17 00:00:00 2001 From: Alexander Sobolevskiy Date: Tue, 27 Oct 2015 11:20:42 +0500 Subject: [PATCH] Update install-parallels.sh --- install-parallels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-parallels.sh b/install-parallels.sh index cb65f00..70f7587 100644 --- a/install-parallels.sh +++ b/install-parallels.sh @@ -69,7 +69,7 @@ cat <<-EOF > "${TARGET_DIR}${CONFIG_SCRIPT}" # clean up /usr/bin/pacman -Rcns --noconfirm gptfdisk - /usr/bin/pacman -Scc --noconfirm + /usr/bin/yes | /usr/bin/pacman -Scc EOF echo '==> entering chroot and configuring system'