diff --git a/configure b/configure index 83c18b322..9fb1758b9 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 000000000..d1ad943a2 --- /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 000000000..d8d9e72d7 --- /dev/null +++ b/dists/ignore/cachyos.ignore @@ -0,0 +1 @@ +arch.ignore \ No newline at end of file