Skip to content

Commit 3dd2a01

Browse files
authored
get app
1 parent 11de49f commit 3dd2a01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ARCH=$(uname -m)
66

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
# pacman -Syu --noconfirm PACKAGESHERE
9+
pacman -Syu --noconfirm pipewire-audio pipewire-jack
1010

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
1313
get-debloated-pkgs --add-common --prefer-nano
1414

1515
# Comment this out if you need an AUR package
16-
#make-aur-package PACKAGENAME
16+
make-aur-package parsec-bin
1717

1818
# If the application needs to be manually built that has to be done down here

0 commit comments

Comments
 (0)