Edit 40-core.sh.chroot

This commit is contained in:
Hadi Chokr
2026-04-22 15:09:48 +02:00
parent c6b32780c0
commit 6d0f690dc8

View File

@@ -160,6 +160,22 @@ fi
# enabled by default and requires authentication to manually enable.
mv /usr/lib/systemd/user/ydotool.service /usr/lib/systemd/system/ydotool.service
# Custom Plasma Setup
git clone https://invent.kde.org/plasma/plasma-setup.git
cd plasma-setup
git checkout work/hadi/btrfs
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
make install
cd ../
cd ../
rm -rf plasma-setup
# Clean up final remnants of the build process
rm -rf \
/buildroot \