Skip to content

Commit 09213dc

Browse files
authored
Update get-dependencies.sh
1 parent d1dc0d5 commit 09213dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

get-dependencies.sh

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

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

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
1313
get-debloated-pkgs --add-common --prefer-nano
14-
15-
# Comment this out if you need an AUR package
16-
#make-aur-package PACKAGENAME
17-
18-
# If the application needs to be manually built that has to be done down here

0 commit comments

Comments
 (0)