mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
installer.sh: do not run pacman -Sy
This commit is contained in:
parent
964282d34f
commit
3087d8948c
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
@ -3,7 +3,7 @@ name: test installer.sh
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "*"
|
||||
paths:
|
||||
- scripts/installer.sh
|
||||
pull_request:
|
||||
|
@ -513,7 +513,6 @@ main() {
|
||||
;;
|
||||
pacman)
|
||||
set -x
|
||||
$SUDO pacman -Sy
|
||||
$SUDO pacman -S tailscale --noconfirm
|
||||
$SUDO systemctl enable --now tailscaled
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user