mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
scripts/installer.sh: allow Archcraft for Arch packages (#13870)
Fixes #13869 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
parent
c76a6e5167
commit
72587ab03c
@ -224,7 +224,7 @@ main() {
|
||||
VERSION="leap/15.4"
|
||||
PACKAGETYPE="zypper"
|
||||
;;
|
||||
arch|archarm|endeavouros|blendos|garuda)
|
||||
arch|archarm|endeavouros|blendos|garuda|archcraft)
|
||||
OS="arch"
|
||||
VERSION="" # rolling release
|
||||
PACKAGETYPE="pacman"
|
||||
|
Loading…
Reference in New Issue
Block a user