Skip to content

Commit

Permalink
Update scripts/installscripts/install-jukebox.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com>
  • Loading branch information
s-martin and AlvinSchiller authored Dec 31, 2024
1 parent 8d559ee commit 71218bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ install_main() {
chmod 777 ${jukebox_dir}/settings/version

# Remove RPi.GPIO, if still installed - see https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/2313
sudo python3 -m pip uninstall rpi-gpio
sudo python3 -m pip uninstall -y -q rpi-gpio

# Install required spotify packages
if [ "${SPOTinstall}" == "YES" ]; then
Expand Down

0 comments on commit 71218bb

Please sign in to comment.