Merge branch 'master' into justins_branch
authorAJ ONeal <coolaj86@gmail.com>
Thu, 30 Jul 2020 16:24:28 +0000 (10:24 -0600)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 16:24:28 +0000 (10:24 -0600)
1  2 
_webi/template.sh

index 244bd86c8e4887557899ebd48fb530dc98bc2743,c595d90991c48cc80f80cae0aa47210dbf477774..fc7629a27fec5bf2b4543f1614bd94d46e504975
@@@ -167,10 -166,9 +167,10 @@@ webi_download() 
          # TODO curl -fsSL --remote-name --remote-header-name --write-out "$my_url"
          curl -fSL -H "User-Agent: curl $WEBI_UA" "$my_url" -o "$my_dl.part"
      fi
 -    echo ""
 -    echo "Saved as $my_dl" #Show the path of the package
      mv "$my_dl.part" "$my_dl"
 +
++    echo ""
 +    echo "Saved as $my_dl"
  }
  
  # detect which archives can be used