Update install-vmware.sh

This commit is contained in:
Alexander Sobolevskiy 2015-10-27 11:18:31 +05:00 committed by Aaron Bull Schaefer
parent f2856ffd88
commit 09409cd049

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'