Skip to content

Commit 51cc0e5

Browse files
SofianeHamlaouiDentonGentry
authored andcommitted
adding --noconfirm to pacman installation
Signed-off-by: Sofiane Hamlaoui <s0fianehaml40u1@gmail.com>
1 parent 87a4c75 commit 51cc0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ main() {
502502
;;
503503
pacman)
504504
set -x
505-
$SUDO pacman -S tailscale
505+
$SUDO pacman -S tailscale --noconfirm
506506
$SUDO systemctl enable --now tailscaled
507507
set +x
508508
;;

0 commit comments

Comments
 (0)