mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
fix: Remove install files from tmp when install complete
This commit is contained in:
parent
e2bb2e3a16
commit
8d8f681eec
@ -19,6 +19,7 @@ get-chiaki
|
||||
enable-wallpaper-engine:
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
|
||||
deckswap-on:
|
||||
#!/usr/bin/env bash
|
||||
|
@ -9,10 +9,12 @@ enable-system76-scheduler:
|
||||
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
|
||||
systemctl enable --now com.system76.Scheduler.service
|
||||
kcmshell5 kwinscripts
|
||||
rm -rf /tmp/kwin-system76-scheduler-integration
|
||||
|
||||
enable-wallpaper-engine:
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
|
||||
zram-on:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user