scripts/installer.sh: allow CachyOS for Arch packages (#14464)

Fixes #13955

Signed-off-by: Erisa A <erisa@tailscale.com>
pull/14432/head
Erisa A 12 months ago committed by GitHub
parent 3837b6cebc
commit 72b278937b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save