Browse Source

Try even harder to download the dependency.

master
poikilos 4 years ago
parent
commit
c76e4492bc
  1. 4
      install-mts.sh
  2. 4
      update-minetest-linux64.sh

4
install-mts.sh

@ -33,8 +33,8 @@ else
# This is necessary on cygwin for some reason. # This is necessary on cygwin for some reason.
curl $MT_BASH_RC_URL > "$MT_BASH_RC_PATH" curl $MT_BASH_RC_URL > "$MT_BASH_RC_PATH"
fi fi
if [ $? -ne 0 ]; then #if [ $? -ne 0 ]; then
#if [ ! -f "$MT_BASH_RC_PATH" ]; then if [ ! -f "$MT_BASH_RC_PATH" ]; then
# This is necessary on cygwin for some reason. # This is necessary on cygwin for some reason.
wget -O "$MT_BASH_RC_PATH" $MT_BASH_RC_URL wget -O "$MT_BASH_RC_PATH" $MT_BASH_RC_URL
fi fi

4
update-minetest-linux64.sh

@ -33,8 +33,8 @@ else
# This is necessary on cygwin for some reason. # This is necessary on cygwin for some reason.
curl $MT_BASH_RC_URL > "$MT_BASH_RC_PATH" curl $MT_BASH_RC_URL > "$MT_BASH_RC_PATH"
fi fi
if [ $? -ne 0 ]; then #if [ $? -ne 0 ]; then
#if [ ! -f "$MT_BASH_RC_PATH" ]; then if [ ! -f "$MT_BASH_RC_PATH" ]; then
# This is necessary on cygwin for some reason. # This is necessary on cygwin for some reason.
wget -O "$MT_BASH_RC_PATH" $MT_BASH_RC_URL wget -O "$MT_BASH_RC_PATH" $MT_BASH_RC_URL
fi fi

Loading…
Cancel
Save