Browse Source

Install wget for legacy fallback

bryan 3 years ago
parent
commit
92a46d675e
1 changed files with 1 additions and 0 deletions
  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