From 2f451897d302ea4b8d1a8d584e57f50eb86749d1 Mon Sep 17 00:00:00 2001 From: semtex41 Date: Thu, 13 Jul 2017 21:43:15 -0500 Subject: [PATCH] Removed the "s" in HTTPS Per the suggestion poised in nmarus/docker-pocketmine: https://github.com/nmarus/docker-pocketmine/issues/1 --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 2a70952..8e482d8 100644 --- a/start.sh +++ b/start.sh @@ -7,7 +7,7 @@ if [ -e /data/install.sh ]; then rm -f /data/install.sh fi -wget -q -O /data/install.sh https://get.pocketmine.net/ +wget -q -O /data/install.sh http://get.pocketmine.net/ chmod 755 /data/install.sh # check if configuration file exists @@ -22,4 +22,4 @@ chown -R minecraft:minecraft /data sudo -E -u minecraft ./install.sh -v development # start pocketmine -exec sudo -E -u minecraft PHP_BINARY=/data/bin/php5/bin/php ./start.sh \ No newline at end of file +exec sudo -E -u minecraft PHP_BINARY=/data/bin/php5/bin/php ./start.sh