Added install scripts for linux

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-04 15:46:29 +01:00
parent 3e9afbdf54
commit a495e8f436
3 changed files with 99 additions and 0 deletions

View File

@ -1,2 +1,8 @@
#!/bin/bash
DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
if [ -f php5/bin/php ] then
php5/bin/php -d enable_dl=On PocketMine-MP.php
exit 0
fi
php -d enable_dl=On PocketMine-MP.php