diff options
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 5 |
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 \ |