mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-18 20:51:45 +00:00
adding --noconfirm to pacman installation
Signed-off-by: Sofiane Hamlaoui <s0fianehaml40u1@gmail.com>
This commit is contained in:
parent
87a4c75fd4
commit
51cc0e503b
@ -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
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user