aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-17 21:54:50 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-17 21:54:50 +0100
commit351cf469408b50aea4c5b6890c9eeafb8c5bcdab (patch)
tree48f1a598b22bb6ea0f35bd3ec68f7b29b22c69d7 /shell_only.sh
parent14266a95121def72dddfefa47da4e74e82220c95 (diff)
clean up package manager invocations
Includes passing --needed everywhere.
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 7343af8..a5ff636 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -86,7 +86,10 @@ if command_exists pacman; then
Sudo = $(which ${SUDO})
EOT
- paru -S --noconfirm c-lolcat tty-clock-git insect
+ paru -S --noconfirm --needed \
+ c-lolcat \
+ tty-clock-git \
+ insect
elif command_exists apt; then
${SUDO} apt update
${SUDO} apt install -y \