Skip to content

Commit

Permalink
Merge pull request #696 from MiczFlor/develop
Browse files Browse the repository at this point in the history
install script libspotify-dev #689 #686
  • Loading branch information
MiczFlor authored Jan 4, 2020
2 parents 103ef65 + 13da43f commit fb3e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ sudo iwconfig wlan0 power off

# Install required packages
sudo apt-get update
sudo apt-get --yes --allow-downgrades --allow-remove-essential --allow-change-held-packages install apt-transport-https samba samba-common-bin python-dev python-pip gcc raspberrypi-kernel-headers lighttpd php7.3-common php7.3-cgi php7.3 php7.3-fpm at mpd mpc mpg123 git ffmpeg python-mutagen python3-gpiozero resolvconf spi-tools python-spidev python3-spidev
sudo apt-get --yes --allow-downgrades --allow-remove-essential --allow-change-held-packages install libspotify-dev apt-transport-https samba samba-common-bin python-dev python-pip gcc raspberrypi-kernel-headers lighttpd php7.3-common php7.3-cgi php7.3 php7.3-fpm at mpd mpc mpg123 git ffmpeg python-mutagen python3-gpiozero resolvconf spi-tools python-spidev python3-spidev

# Install required spotify packages
if [ $SPOTinstall == "YES" ]
Expand Down

0 comments on commit fb3e3f6

Please sign in to comment.