We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16158b6 commit 8a05a99Copy full SHA for 8a05a99
02-essential-pkgs
@@ -2,7 +2,14 @@
2
3
echo "Installing the following essential packages:"
4
5
-pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip wavebox gedit gufw hardinfo jre etcher-bin peek pinta kdenlive gcc-fortran zoom icaclient elisa obsidian bc rustdesk-bin tailscale tailscaledesktop"
+pkgs="qt5-tools"
6
+
7
+echo $pkgs
8
9
+sudo pacman -S $pkgs --noconfirm
10
11
12
+pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip wavebox gedit gufw hardinfo jre etcher-bin peek pinta kdenlive gcc-fortran zoom icaclient elisa obsidian bc rustdesk-bin tailscale tailscaledesktop fsearch"
13
14
echo $pkgs
15
0 commit comments