stream-pi / client

Stream-Pi Client
GNU General Public License v3.0
267 stars 25 forks source link

Missing pi dependencies? #118

Open ZornTaov opened 1 year ago

ZornTaov commented 1 year ago

I ran the command to install the client listed on the Releases page for this repo, and got stopped during dependency installation for libpango and axel. I was able to get libpango by using "libpango-1.0-0" instead of the listed "libpango1.0-0", but I am unable to find axel using "sudo apt search axel". This is all done on a fresh install of Raspbian on a Pi 3b+ Rev 1.3 after doing a "sudo apt upgrade".

rnayabed commented 1 year ago

Hmm weird. I'll check it out. In the mean time you can add an extra argument -uw while running the installer to use wget instead of axel