mirror of
https://github.com/pterodactyl/development.git
synced 2026-06-11 10:03:41 -05:00
10 lines
247 B
Bash
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
|