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