Skip to content

Commit 2ff13aa

Browse files
authored
Update get-dependencies.sh
1 parent 1e879ff commit 2ff13aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

get-dependencies.sh

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

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
# pacman -Syu --noconfirm PACKAGESHERE
9+
pacman -Syu --noconfirm shaderc
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 shaderc-git
1716
make-aur-package --chaotic-aur pcsx2-git
1817

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

0 commit comments

Comments
 (0)