Created
January 16, 2018 13:02
-
-
Save Frago9876543210/95403b54ac8c1b4deb97546f1b327897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/pmmp/PocketMine-MP.git --recursive | |
cd PocketMine-MP | |
wget https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/lastSuccessfulBuild/artifact/PHP_Linux-x86_64.tar.gz | |
tar -xvzf PHP_Linux-x86_64.tar.gz | |
rm PHP_Linux-x86_64.tar.gz | |
./bin/composer install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment