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
1 changed files with 1 additions and 1 deletions

View File

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