mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 20:07:09 -06:00
18 lines
542 B
Bash
Executable File
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
|