There was an error while loading. Please reload this page.
1 parent 2c9c9b1 commit f35fbc2Copy full SHA for f35fbc2
1 file changed
get-dependencies.sh
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-pacman -Syu --noconfirm cups libgnome-keyring libnotify
+pacman -Syu --noconfirm cups libnotify
10
11
if [ "$ARCH" = 'x86_64' ]; then
12
pacman -Syu --noconfirm libva-intel-driver
@@ -17,6 +17,7 @@ echo "---------------------------------------------------------------"
17
get-debloated-pkgs --add-common --prefer-nano intel-media-driver-mini ffmpeg-mini
18
19
# Comment this out if you need an AUR package
20
+make-aur-package libgnome-keyring
21
make-aur-package brave-origin-bin
22
23
# If the application needs to be manually built that has to be done down here
0 commit comments