Sfoglia il codice sorgente

Install wget for legacy fallback

bryan 3 anni fa
parent
commit
92a46d675e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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