diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 15:32:36 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 15:32:36 +0200 |
commit | f423c9a7d5e5fd71526f4da7238b8822477dd69a (patch) | |
tree | e512e8ab4f97b5e06fe0fe82a95ce610c4eeaaef | |
parent | 2a94a0c314fe60118c6314f47facfa940302ed76 (diff) |
makepkg --noconfirm
-rwxr-xr-x | install.sh | 2 | ||||
-rwxr-xr-x | shell_only.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 \ |