We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c103c commit eb5fba5Copy full SHA for eb5fba5
get-dependencies.sh
@@ -6,13 +6,8 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-# pacman -Syu --noconfirm PACKAGESHERE
+pacman -Syu --noconfirm secrets
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 PACKAGENAME
17
18
-# If the application needs to be manually built that has to be done down here
0 commit comments