david/scripts-archive
david
/
scripts-archive
Archived
1
0
Fork 0
This repository has been archived on 2022-04-16. You can view files and clone it, but cannot push or open issues or pull requests.
scripts-archive/start_vmware.sh

11 lines
217 B
Bash
Executable File

#!/bin/bash
# Start local VMWare services and set permissions to vmnet0
sudo /etc/init.d/vmware start
sudo chgrp sudo /dev/vmnet0
sudo chmod g+rw /dev/vmnet0
sudo chgrp sudo /dev/vmnet1
sudo chmod g+rw /dev/vmnet1