summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorAnton Tolchanov <anton@tailscale.com>2024-05-20 12:51:56 +0100
committerAnton Tolchanov <anton@tailscale.com>2024-05-20 12:53:17 +0100
commit3087d8948c2705d76eb99081584dd748e2ae64e6 (patch)
tree1a410865bccb0c6831f7487cba9a58b8add1ca4a /scripts
parent964282d34f06ecc06ce644769c66b0b31d118340 (diff)
downloadtailscale-knyar/install2.tar.xz
tailscale-knyar/install2.zip
installer.sh: do not run `pacman -Sy`knyar/install2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/installer.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh
index 6e905a25c..19911ee23 100755
--- a/scripts/installer.sh
+++ b/scripts/installer.sh
@@ -513,7 +513,6 @@ main() {
;;
pacman)
set -x
- $SUDO pacman -Sy
$SUDO pacman -S tailscale --noconfirm
$SUDO systemctl enable --now tailscaled
set +x