devttys0 / sasquatch

501 stars 155 forks source link

Build script downloading squashfs.4.3.tar.gz as HTML. #31

Open ezxpro opened 4 years ago

ezxpro commented 4 years ago

I don't know why, but when using this build script it fails. Upon investigating I found out the squashfs gzip files can't be extracted (tar zxvf output says "not a gzip file")

Then I did "file squashfs.4.3.tar.gz" and found out wget downloads it as HTML.

After downloading the file and applying the patch mannualy, I compiled it just fine.