index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Rafael Soares <rafaelsoaresbr@gmail.com> | 2017-07-05 16:29:26 -0400 |
---|---|---|
committer | Rafael Soares <rafaelsoaresbr@gmail.com> | 2017-07-05 16:29:26 -0400 |
commit | fdf0e101a594340f6fdf1c827bb0f0ab847fde1d (patch) | |
tree | 4d0f2224b91db5060520e7cfa60240a818928dff /provision | |
parent | 497b87a624db752ceb2556af3f37b653cf7d73b1 (diff) |
-rw-r--r-- | provision/vmware.sh | 7 |
diff --git a/provision/vmware.sh b/provision/vmware.sh new file mode 100644 index 0000000..2e59c32 --- /dev/null +++ b/provision/vmware.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e +set -x + +sudo pacman -S --noconfirm open-vm-tools +sudo systemctl enable vmtoolsd |