Skip to content

Commit f35fbc2

Browse files
authored
aur package
1 parent 2c9c9b1 commit f35fbc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

get-dependencies.sh

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

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
pacman -Syu --noconfirm cups libgnome-keyring libnotify
9+
pacman -Syu --noconfirm cups libnotify
1010

1111
if [ "$ARCH" = 'x86_64' ]; then
1212
pacman -Syu --noconfirm libva-intel-driver
@@ -17,6 +17,7 @@ echo "---------------------------------------------------------------"
1717
get-debloated-pkgs --add-common --prefer-nano intel-media-driver-mini ffmpeg-mini
1818

1919
# Comment this out if you need an AUR package
20+
make-aur-package libgnome-keyring
2021
make-aur-package brave-origin-bin
2122

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

0 commit comments

Comments
 (0)