development/setup.sh
2018-07-03 23:00:42 -07:00

9 lines
199 B
Bash

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