aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh7
-rwxr-xr-xshell_only.sh5
2 files changed, 7 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 516d73f..a7ccf46 100755
--- a/install.sh
+++ b/install.sh
@@ -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 \