We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e879ff commit 2ff13aaCopy full SHA for 2ff13aa
1 file changed
get-dependencies.sh
@@ -6,14 +6,13 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-# pacman -Syu --noconfirm PACKAGESHERE
+pacman -Syu --noconfirm shaderc
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 shaderc-git
17
make-aur-package --chaotic-aur pcsx2-git
18
19
# If the application needs to be manually built that has to be done down here
0 commit comments