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 55dd845 commit f847b4eCopy full SHA for f847b4e
get-dependencies.sh
@@ -6,13 +6,13 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-# pacman -Syu --noconfirm PACKAGESHERE
+pacman -Syu --noconfirm qt5-wayland
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
+make-aur-package qelectrotech
17
18
# If the application needs to be manually built that has to be done down here
0 commit comments