Add quick and dirty setup script

This commit is contained in:
Dane Everitt 2018-07-03 23:00:42 -07:00
parent a610168f9d
commit 5cf8a43977
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

8
setup.sh Normal file
View File

@ -0,0 +1,8 @@
currentDirectory=$(cwd)
cd /tmp
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostmanager
cd $currentDirectory
git clone https://github.com/pterodactyl/panel.git code/panel