adding --noconfirm to pacman installation

Signed-off-by: Sofiane Hamlaoui <s0fianehaml40u1@gmail.com>
This commit is contained in:
Sofiane Hamlaoui 2022-06-20 07:59:51 +02:00 committed by Denton Gentry
parent 87a4c75fd4
commit 51cc0e503b

View File

@ -502,7 +502,7 @@ main() {
;; ;;
pacman) pacman)
set -x set -x
$SUDO pacman -S tailscale $SUDO pacman -S tailscale --noconfirm
$SUDO systemctl enable --now tailscaled $SUDO systemctl enable --now tailscaled
set +x set +x
;; ;;