From d74ea53b8938d35bfdd4ca11a8a99b654fb8ed22 Mon Sep 17 00:00:00 2001 From: KRZYSZTOF RUDNICKI Date: Tue, 19 Nov 2024 06:41:47 +0100 Subject: [PATCH] feat: add installation of pulse audio utils for ubuntu --- i3-configuration/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-configuration/install.sh b/i3-configuration/install.sh index 089f421..2690f97 100755 --- a/i3-configuration/install.sh +++ b/i3-configuration/install.sh @@ -33,7 +33,7 @@ fi if is_ubuntu; then sudo apt-get update - sudo apt-get install -y fonts-dejavu-core fonts-noto fonts-font-awesome bc jq iw + sudo apt-get install -y fonts-dejavu-core fonts-noto fonts-font-awesome bc jq iw pulseaudio-utils else yes | sudo pacman -S --needed ttf-dejavu noto-fonts ttf-font-awesome bc jq iw acpi fi