Ver Fonte

Install wget for legacy fallback

bryan há 3 anos atrás
pai
commit
92a46d675e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -399,6 +399,7 @@ getLatestVersion() {
         buildah rm "$CNT" > /dev/null 2>&1
     fi
     # Scrape from Interact
+    installPackage wget
     if _mcversion=$(wget -qO- "$_boardurl" | grep -o "[0-9][0-9]\.[0-9]\.[0-9]\+" | head -n 1); then
         _version_source="webscrape"
     fi