From 51cc0e503b3416bca36d455625745579aca26725 Mon Sep 17 00:00:00 2001 From: Sofiane Hamlaoui <8l4Ck211@gmail.com> Date: Mon, 20 Jun 2022 07:59:51 +0200 Subject: [PATCH] adding --noconfirm to pacman installation Signed-off-by: Sofiane Hamlaoui --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 00234e190..05f89be14 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -502,7 +502,7 @@ main() { ;; pacman) set -x - $SUDO pacman -S tailscale + $SUDO pacman -S tailscale --noconfirm $SUDO systemctl enable --now tailscaled set +x ;;