Skip to content

Commit f847b4e

Browse files
authored
get app
1 parent 55dd845 commit f847b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-dependencies.sh

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

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
# pacman -Syu --noconfirm PACKAGESHERE
9+
pacman -Syu --noconfirm qt5-wayland
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 PACKAGENAME
16+
make-aur-package qelectrotech
1717

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

0 commit comments

Comments
 (0)