development/setup.sh
2018-07-04 18:44:11 -07:00

10 lines
247 B
Bash

currentDirectory=$(cwd)
cd /tmp
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostmanager
vagrant plugin install vagrant-notify-forwarder
cd $currentDirectory
git clone https://github.com/pterodactyl/panel.git code/panel