We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11de49f commit 3dd2a01Copy full SHA for 3dd2a01
1 file changed
get-dependencies.sh
@@ -6,13 +6,13 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-# pacman -Syu --noconfirm PACKAGESHERE
+pacman -Syu --noconfirm pipewire-audio pipewire-jack
10
11
echo "Installing debloated packages..."
12
13
get-debloated-pkgs --add-common --prefer-nano
14
15
# Comment this out if you need an AUR package
16
-#make-aur-package PACKAGENAME
+make-aur-package parsec-bin
17
18
# If the application needs to be manually built that has to be done down here
0 commit comments