diff options
-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 \ |