From 45555eafcb0a20a78dffb9752e3910b9dfc0a424 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Tue, 14 Jul 2026 13:29:17 +0200 Subject: [PATCH] Edit mkosi.postinst.chroot --- mkosi.postinst.chroot | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 8e59ceb..b223f59 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -32,8 +32,20 @@ pacman --remove --noconfirm gnome-keyring pacman --remove --noconfirm packagekit libpackagekit-glib archlinux-appstream-data || true rm -rf /usr/share/swcatalog -# Calamares + cd /tmp + +git clone https://invent.kde.org/silverhadch/komplete.git + +cd /tmp/komplete + +cmake -B build -DCMAKE_INSTALL_PREFIX=/usr +cmake --build build +cmake --install build + +cd /tmp + +# Calamares # We're building Calamares from master, due to https://codeberg.org/Calamares/calamares/pulls/2470 not being in a release yet. # It can be switched back to build from the latest release once a new release is cut that includes that PR. #LATEST_RELEASE=$(curl -s "https://codeberg.org/api/v1/repos/Calamares/calamares/releases" | jq -r '.[0].tag_name')