From ffdab779570fefb401eb8a45da26910340cccc02 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 1 Feb 2016 18:33:26 +0100 Subject: [PATCH] fix pulseaudio-dlna --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index a139536..0c55dee 100755 --- a/post-install.sh +++ b/post-install.sh @@ -210,7 +210,7 @@ alpi_plasma5(){ sudo pacman -S --needed --noconfirm --force plasma-meta sudo pacman -S --needed --noconfirm ttf-{dejavu,liberation,droid,ubuntu-font-family} # network & Bluetooth - sudo pacman -S --needed --noconfirm networkmanager-openvpn pulseaudio-alsa pulseaudio-dlna rfkill systemd-kcm bluedevil + sudo pacman -S --needed --noconfirm networkmanager-openvpn pulseaudio-alsa rfkill systemd-kcm bluedevil sudo systemctl enable NetworkManager sudo systemctl start NetworkManager sudo systemctl enable bluetooth @@ -350,6 +350,7 @@ alpi_defaultpkgs(){ then yaourt -S downgrade yaourt -S atom-editor + yaourt -S pulseaudio-dlna else print_warning "some packages can't be installed because you don't have yaourt installed" fi