mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
fix installer :s
This commit is contained in:
parent
838147c4eb
commit
61ecf3418e
@ -71,7 +71,7 @@ else
|
|||||||
echo " detecting if build is available..."
|
echo " detecting if build is available..."
|
||||||
if [ "$(uname -s)" == "Darwin" ]; then
|
if [ "$(uname -s)" == "Darwin" ]; then
|
||||||
if ["$(uname -s)" == iPhone*] || ["$(uname -s)" == iPod*] || ["$(uname -s)" == iPad*]; then
|
if ["$(uname -s)" == iPhone*] || ["$(uname -s)" == iPod*] || ["$(uname -s)" == iPad*]; then
|
||||||
|
echo -n "[3/3] No binaries for iOS available"
|
||||||
else
|
else
|
||||||
rm -r -f bin/ >> /dev/null 2>&1
|
rm -r -f bin/ >> /dev/null 2>&1
|
||||||
echo -n "[3/3] Mac OSX PHP build available, downloading $MAC_BUILD.tar.gz..."
|
echo -n "[3/3] Mac OSX PHP build available, downloading $MAC_BUILD.tar.gz..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user