From 2dc00e885c9684de97834f04bdcaf52e125c4f96 Mon Sep 17 00:00:00 2001 From: qrxnz <111581337+qrxnz@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:55:04 +0200 Subject: [PATCH] add cachyos --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9d8f2c98e..a1b72e3ee 100755 --- a/setup.sh +++ b/setup.sh @@ -127,7 +127,7 @@ if linux; then "opensuse-leap" | "opensuse-tumbleweed") install_zypper ;; - "arch" | "archarm" | "endeavouros" | "manjaro" | "garuda") + "arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos") 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"