Skip to content

Instantly share code, notes, and snippets.

@Frago9876543210
Created January 16, 2018 13:02
Show Gist options
  • Save Frago9876543210/95403b54ac8c1b4deb97546f1b327897 to your computer and use it in GitHub Desktop.
Save Frago9876543210/95403b54ac8c1b4deb97546f1b327897 to your computer and use it in GitHub Desktop.
#!/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