diff options
-rw-r--r-- | installer/debian.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 687b45a..78ed24b 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -79,10 +79,11 @@ sudo apt-get -y update echo -e "$GREEN Installing essential prerquisites $NORMAL" # some essential and less essential prerequisistes sudo apt-get -y install build-essential git wget \ - gstreamer0.10-plugins-base gstreamer0.10-plugins-good \ - gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer-tools \ sox alsa-tools alsa-utils \ automake libtool mpg123 \ + libasound2 libasound2-dev \ + libmagickwand5 libmagickwand-dev \ + libjack-jackd2-dev jackd2 \ ncdu vim ntp links cpufrequtils # this will install boost, cmake and a lot more |