From a8f7d3f3bdd9d072d2b51515d25946f5111008b6 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Wed, 8 Feb 2017 19:16:43 +0200 Subject: [PATCH] Update manjaro-architect Fix a syntax error --- manjaro-architect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-architect b/manjaro-architect index c22511f..c771b6e 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2054,7 +2054,7 @@ install_ati(){ # # add openrc support. If openrcbase was installed, the file /tmp/.openrc should exist. # arch_chroot "systemctl enable vboxservice" # echo -e "vboxguest\nvboxsf\nvboxvideo" > ${MOUNTPOINT}/etc/modules-load.d/virtualbox.conf - # ;; + ;; "9") # VMWare arch_chroot "mhwd -a pci free 0300" 2>/tmp/.errlog #basestrap ${MOUNTPOINT} xf86-video-vmware xf86-input-vmmouse 2>/tmp/.errlog