adding --noconfirm to pacman installation

Signed-off-by: Sofiane Hamlaoui <s0fianehaml40u1@gmail.com>
pull/4863/head
Sofiane Hamlaoui 2 years ago committed by Denton Gentry
parent 87a4c75fd4
commit 51cc0e503b

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

Loading…
Cancel
Save