From 20f8fe044c352f805954d3f65acfaf25ccb6facc Mon Sep 17 00:00:00 2001 From: k4lizen <124312252+k4lizen@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:36:25 +0200 Subject: [PATCH] add artix to pacman installed distros (#2226) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9fc78c4ab..8ac57b044 100755 --- a/setup.sh +++ b/setup.sh @@ -133,7 +133,7 @@ if linux; then "opensuse-leap" | "opensuse-tumbleweed") install_zypper ;; - "arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos" | "archcraft") + "arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos" | "archcraft" | "artix") 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"