Edit 40-core.sh.chroot

This commit is contained in:
Hadi Chokr
2026-04-06 15:54:25 +02:00
parent e294f0827e
commit cb327486b6

View File

@@ -163,18 +163,4 @@ mv /usr/lib/systemd/user/ydotool.service /usr/lib/systemd/system/ydotool.service
# Clean up final remnants of the build process
rm -rf \
/buildroot \
/.cache \
# 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
/.cache \