pepaslabs / pogoplug_static_binaries

Statically-linked binaries compiled for the stock busybox-based Linux distribution which comes with Pogoplug v4 devices (Pogoplug Mobile and Pogoplug Series 4).
11 stars 2 forks source link

Instructions #1

Open dumdedumda opened 7 years ago

dumdedumda commented 7 years ago

Hi Jason,

Thanks for creating version of wget that supports https for the Pogoplug. Would you mind walking me through with how I'd go about replacing the existing wget with your modified version?

Thanks. -Mark

gtrabanco commented 1 year ago
mv /bin/wget /bin/wget.system && /bin/wget.system -O /bin/wget http://pogoplug.s3.amazonaws.com/wget && chmod +x /bin/wget

To uninstall

rm -f /bin/wget && mv /bin/wget.system /bin/wget