add archcraft to the list of arch-based distros (#2083)

Co-authored-by: Uros Lazic <uros.lazic@protonmail.com>
This commit is contained in:
Uros Lazic 2024-03-23 00:54:47 +01:00 committed by GitHub
parent f55198b6e1
commit 8d067127a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if linux; then
"opensuse-leap" | "opensuse-tumbleweed")
install_zypper
;;
"arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos")
"arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos" | "archcraft")
install_pacman
echo "Logging off and in or conducting a power cycle is required to get debuginfod to work."
echo "Alternatively you can manually set the environment variable: DEBUGINFOD_URLS=https://debuginfod.archlinux.org"