aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 15:32:36 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 15:32:36 +0200
commitf423c9a7d5e5fd71526f4da7238b8822477dd69a (patch)
treee512e8ab4f97b5e06fe0fe82a95ce610c4eeaaef
parent2a94a0c314fe60118c6314f47facfa940302ed76 (diff)
makepkg --noconfirm
-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 \