mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 20:07:09 +00:00
Oops
This commit is contained in:
parent
e405c2bf1c
commit
d83b5c3a60
@ -514,7 +514,7 @@ HAS_POCKETMINE=""
|
|||||||
if [ "$HAS_ZEPHIR" == "yes" ]; then
|
if [ "$HAS_ZEPHIR" == "yes" ]; then
|
||||||
echo -n "[C PocketMine extension] downloading latest..."
|
echo -n "[C PocketMine extension] downloading latest..."
|
||||||
download_file https://github.com/PocketMine/PocketMine-MP-Zephir/archive/master.tar.gz | tar -zx >> "$DIR/install.log" 2>&1
|
download_file https://github.com/PocketMine/PocketMine-MP-Zephir/archive/master.tar.gz | tar -zx >> "$DIR/install.log" 2>&1
|
||||||
mv PocketMine-MP-Zephir-master/ext "$DIR/install_data/php/ext/pocketmine"
|
mv PocketMine-MP-Zephir-master/pocketmine/ext "$DIR/install_data/php/ext/pocketmine"
|
||||||
rm -r PocketMine-MP-Zephir-master/
|
rm -r PocketMine-MP-Zephir-master/
|
||||||
HAS_POCKETMINE="--enable-pocketmine"
|
HAS_POCKETMINE="--enable-pocketmine"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user