Update install-parallels.sh

This commit is contained in:
Alexander Sobolevskiy 2015-10-27 11:20:42 +05:00 committed by Aaron Bull Schaefer
parent 09409cd049
commit 104f1952e3

View file

@ -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'