aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
-rwxr-xr-xshell_only.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 9686966..8702692 100755
--- a/install.sh
+++ b/install.sh
@@ -61,7 +61,7 @@ if command_exists pacman; then
iniparser
git clone https://aur.archlinux.org/cava.git
- (cd cava/ && makepkg -i)
+ (cd cava/ && makepkg -i --noconfirm)
elif command_exists apt; then
wget -O- https://updates.signal.org/desktop/apt/keys.asc | ${SUDO} apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list
diff --git a/shell_only.sh b/shell_only.sh
index 6d85cc4..23980bd 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -61,7 +61,7 @@ if command_exists pacman; then
fzf
git clone https://aur.archlinux.org/tty-clock-git.git
- (cd tty-clock-git && makepkg -i)
+ (cd tty-clock-git && makepkg -i --noconfirm)
elif command_exists apt; then
${SUDO} apt update
${SUDO} apt install -y \