mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-11 04:38:32 -06: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
|