summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorErisa A <erisa@tailscale.com>2024-12-23 17:53:06 +0000
committerGitHub <noreply@github.com>2024-12-23 17:53:06 +0000
commit72b278937bfe429f4e1427a40d85eace4973feea (patch)
tree10c06969e5ef8581b133b9e26477747079fc3e23 /scripts
parent3837b6cebc913a201e29b9e49abf3ea0e86cb0c0 (diff)
downloadtailscale-72b278937bfe429f4e1427a40d85eace4973feea.tar.xz
tailscale-72b278937bfe429f4e1427a40d85eace4973feea.zip
scripts/installer.sh: allow CachyOS for Arch packages (#14464)
Fixes #13955 Signed-off-by: Erisa A <erisa@tailscale.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh
index c42ff03ea..8d1fc0212 100755
--- a/scripts/installer.sh
+++ b/scripts/installer.sh
@@ -237,7 +237,7 @@ main() {
VERSION="leap/15.4"
PACKAGETYPE="zypper"
;;
- arch|archarm|endeavouros|blendos|garuda|archcraft)
+ arch|archarm|endeavouros|blendos|garuda|archcraft|cachyos)
OS="arch"
VERSION="" # rolling release
PACKAGETYPE="pacman"