scripts/installer.sh: allow Archcraft for Arch packages (#13870)

Fixes #13869

Signed-off-by: Erisa A <erisa@tailscale.com>
pull/13874/head
Erisa A 3 days ago committed by GitHub
parent c76a6e5167
commit 72587ab03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save