mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-31 08:16:23 +00:00
installer.sh: do not run pacman -Sy
This commit is contained in:
@@ -513,7 +513,6 @@ main() {
|
||||
;;
|
||||
pacman)
|
||||
set -x
|
||||
$SUDO pacman -Sy
|
||||
$SUDO pacman -S tailscale --noconfirm
|
||||
$SUDO systemctl enable --now tailscaled
|
||||
set +x
|
||||
|
||||
Reference in New Issue
Block a user