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

Fixes #13869

Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
Erisa A 2024-10-21 18:13:06 +01:00 committed by GitHub
parent c76a6e5167
commit 72587ab03c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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