@kaifly wrote:
I’m trying to install the vlcradio code on my Pirate Radio, using the command given in the instructions:
curl https://get.pimoroni.com/vlcradio | bash
The script downloads correctly and starts running, but quickly stops with the dreaded “Repository changed its ‘Suite’ value from ‘testing’ to ‘stable’” error:
Checking environment…
Updating apt indexes…
…E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘testing’ to ‘stable’
Apt failed to upgrade indexes!… And the script exits.
Wisdom on the web has it that this can be fixed by using ‘apt’ commands instead of ‘apt-get’, or by adding --allow-releaseinfo-change to the apt-get command. But the web assumes I’m running my apt-get commands by hand, and I’m not - they’re embedded in a script. I will gladly edit that script as required, if someone can point out which apt-get commands in the script should have the --allow-releaseinfo-change option added to them. (There are about 10 in all).
Or can someone point me to a script that has already been fixed to work with buster’s updated status?
–
Kai
Posts: 3
Participants: 2