mrworf / plexupdate

Plex Update script to simplify the life of Linux Plex Media Server users.
GNU General Public License v2.0
1.77k stars 147 forks source link

Progress argument unavailable for wget < 1.16 #123

Closed the-holger closed 7 years ago

the-holger commented 8 years ago

Hi!

I was checking out the -P argument, apparently my wget doesn't like --show-progress:

Downloading release "plexmediaserver_1.2.3.2914-1ff0f18_amd64.deb"...wget: unrecognized option '--show-progress'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.

I'm running the distro standard wget on Ubuntu 12.04.x LTS, which is

GNU Wget 1.15 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl 

and apparently --show-progress only exists from 1.16 on

Maybe you might want to add a check or something? :-)

Cheers! Holger

the-holger commented 7 years ago

Very nice, thank you! :-)