Skip to content

Commit eb5fba5

Browse files
authored
Install dependencies
1 parent d7c103c commit eb5fba5

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 secrets
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)