development/setup.sh
2019-02-02 13:03:59 +01:00

18 lines
542 B
Bash
Executable File

#!/bin/bash
currentDirectory=$(pwd)
cd /tmp
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostmanager
cd $currentDirectory
git clone https://github.com/pterodactyl/panel.git code/panel
git clone https://github.com/pterodactyl/documentation.git code/documentation
git clone https://github.com/pterodactyl/wings.git code/wings
git clone https://github.com/pterodactyl/daemon.git code/daemon
git clone https://github.com/pterodactyl/sftp-server.git code/sftp-server
# sudo gem install docker-sync
# docker-sync start