Browse Source

remove error on no update

master
poikilos 4 years ago
parent
commit
44eb84a6b2
  1. 6
      update-minetest-linux64.sh

6
update-minetest-linux64.sh

@ -249,7 +249,11 @@ if [ "@$old_version" = "@$version" ]; then
install_my_shortcut install_my_shortcut
#fi #fi
#get_os_release #get_os_release
customExit "Version $version is already installed at $INSTALL_PATH. There is nothing to do." echo
echo
echo "Version $version is already installed at $INSTALL_PATH. There is nothing to do."
echo
exit 0
fi fi
if [ "@$ENABLE_DL" = "@true" ]; then if [ "@$ENABLE_DL" = "@true" ]; then

Loading…
Cancel
Save