Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Just:
  2. $ git clone https://github.com/rasa/vmware-tools-patches.git
  3. $ cd vmware-tools-patches
  4. $ sudo ./patched-open-vm-tools.sh
  5. Then you need to enable vmware-vmblock-fuse systemd service for the folder sharing function:
  6. sudo pacman -S asp
  7. asp checkout open-vm-tools
  8. cd open-vmtools/repos/community-x86_64/
  9. makepkg -s --asdeps
  10. sudo cp vm* /usr/lib/systemd/system
  11. sudo systemctl enable vmware-vmblock-fuse
  12. sudo systemctl enable vmtoolsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement