From 9a53a047d20ead99b956f0079561c39bdaa05188 Mon Sep 17 00:00:00 2001 From: "name.tar.xz" Date: Sat, 21 Jan 2023 19:36:17 +0530 Subject: [PATCH] add support for cachyos --- configure | 2 +- dists/flags/cachyos.flags | 1 + dists/ignore/cachyos.ignore | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 dists/flags/cachyos.flags create mode 120000 dists/ignore/cachyos.ignore diff --git a/configure b/configure index 83c18b32..9fb1758b 100755 --- a/configure +++ b/configure @@ -57,7 +57,7 @@ synchronise() { # Set the distribution specificities configure() { case "$DISTRIBUTION" in - arch|endeavouros) + arch|endeavouros|cachyos) _msg "Configure libexec." sed -i -e '/Debian/d' "$ROOT/apparmor.d/tunables/extend" diff --git a/dists/flags/cachyos.flags b/dists/flags/cachyos.flags new file mode 120000 index 00000000..d1ad943a --- /dev/null +++ b/dists/flags/cachyos.flags @@ -0,0 +1 @@ +arch.flags \ No newline at end of file diff --git a/dists/ignore/cachyos.ignore b/dists/ignore/cachyos.ignore new file mode 120000 index 00000000..d8d9e72d --- /dev/null +++ b/dists/ignore/cachyos.ignore @@ -0,0 +1 @@ +arch.ignore \ No newline at end of file