diff options
-rwxr-xr-x | install.sh | 7 | ||||
-rwxr-xr-x | shell_only.sh | 5 |
2 files changed, 7 insertions, 5 deletions
@@ -40,7 +40,7 @@ if [ ${UID} -ne 0 ]; then fi if command_exists pacman; then - ${SUDO} pacman -Sy --noconfirm --ask 4 --needed \ + ${SUDO} paru -Sy --noconfirm --useask --needed \ river \ seatd-openrc \ alacritty \ @@ -77,9 +77,8 @@ if command_exists pacman; then gst-plugins-base \ gst-plugins-good \ gst-plugins-bad \ - sl - - paru -S --noconfirm \ + sl \ + # AUR packages river-bsp-layout \ watershot \ cava \ 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 \ |