From d91bb96b10cd5f5f78fb22bf5ec27dd8112e7a99 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Thu, 18 Jun 2026 17:40:43 +0200 Subject: [PATCH] =?UTF-8?q?i=CC=B7=20f=CC=B8e=CC=B7e=CC=B7l=CC=B5=20f?= =?UTF-8?q?=CC=B8a=CC=B7n=CC=B7t=CC=B7a=CC=B8s=CC=B7t=CC=B7i=CC=B7c=CC=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i feel fantastic hey hey hey you feel fantastic hey hey hey you are fantastic type 666 anywhere in cnchi to find out what lies beneath. the counter never resets. backspace wont save you. channel ___ --- packages.x86_64 | 1 + run_before_squashfs.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages.x86_64 b/packages.x86_64 index ed59760..28d74b6 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -270,3 +270,4 @@ yay ## Installer cnchi +mpv diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index 52a15dd..2f395a4 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -177,6 +177,9 @@ rm -rf "/var/cache/pacman/pkg/" echo "---> Keep ranked mirrorlist for live session (removed revert to packaged default) --->" rm -f "/etc/pacman.d/mirrorlist-from-package" +echo "---> Create cnchi memes directory --->" +mkdir -p "/usr/share/cnchi-memes" + echo "---> Fix cnchi desktop file to use sudo -E --->" sed -i 's|^Exec=.*cnchi.*|Exec=sudo -E cnchi|' "/usr/share/applications/cnchi.desktop"