From 12580866cca1481ad25cb137f9ab29441a032922 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Thu, 25 Aug 2016 21:27:17 +0200 Subject: [PATCH] [scripts] Add alsa-lib to freebsd install script --- scripts/freebsd_install_10.1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/freebsd_install_10.1.sh b/scripts/freebsd_install_10.1.sh index a4bce202..c097fbb3 100755 --- a/scripts/freebsd_install_10.1.sh +++ b/scripts/freebsd_install_10.1.sh @@ -11,7 +11,7 @@ fi DEPS="gmake autoconf automake libtool gettext gperf glib pkgconf wget git \ ffmpeg libconfuse libevent2 mxml libgcrypt libunistring libiconv \ - libplist libinotify avahi sqlite3" + libplist libinotify avahi sqlite3 alsa-lib" echo "The script can install the following dependency packages for you:" echo $DEPS read -p "Should the script install these packages? [y/N] " yn