Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

install.sh: fix installer script for debian/ubuntu

+4 -4
+4 -4
install.sh
··· 76 76 if command -v apt-get >/dev/null 2>&1; then 77 77 if command -v sudo >/dev/null 2>&1; then 78 78 sudo apt-get install -y libusb-dev \ 79 - libsdl1.2-dev \ 79 + libsdl2-dev \ 80 80 libfreetype6 \ 81 81 libunwind-dev \ 82 82 alsa-utils \ 83 - libasound2 83 + libasound2-dev 84 84 else 85 85 apt-get install -y libusb-dev \ 86 - libsdl1.2-dev \ 86 + libsdl2-dev \ 87 87 libfreetype6 \ 88 88 libunwind-dev \ 89 89 alsa-utils \ 90 - libasound2 90 + libasound2-dev 91 91 fi 92 92 elif command -v pacman >/dev/null 2>&1; then 93 93 if command -v sudo >/dev/null 2>&1; then