scripts: don't refresh the pacman repository on Arch (#12194)

Fixes #12186

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
Co-authored-by: Chris Palmer <cpalmer@tailscale.com>
This commit is contained in:
Chris Palmer
2024-07-03 09:58:01 -07:00
committed by GitHub
parent 732af2f6e0
commit 59936e6d4a
2 changed files with 5 additions and 1 deletions

View File

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