mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-16 17:42:57 +00:00
chore: Switch from single-branch to depth 1 to avoid downloading unneeded git history.
This commit is contained in:
parent
a48245bb4e
commit
900fa3db78
@ -177,7 +177,7 @@ RUN rpm-ostree override remove \
|
|||||||
krfb-libs
|
krfb-libs
|
||||||
|
|
||||||
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
|
# Install dock updater, this is done manually due to proprietary parts preventing it from being on Copr.
|
||||||
RUN git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --single-branch /tmp/jupiter-dock-updater-bin && \
|
RUN git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --depth 1 /tmp/jupiter-dock-updater-bin && \
|
||||||
mv -v /tmp/jupiter-dock-updater-bin/packaged/usr/lib/jupiter-dock-updater /usr/lib/jupiter-dock-updater
|
mv -v /tmp/jupiter-dock-updater-bin/packaged/usr/lib/jupiter-dock-updater /usr/lib/jupiter-dock-updater
|
||||||
|
|
||||||
# Suspend using power button
|
# Suspend using power button
|
||||||
|
@ -52,7 +52,7 @@ get-chiaki:
|
|||||||
jq -r ".assets[] | select(.name | test(\"flatpakref\")) | .browser_download_url")
|
jq -r ".assets[] | select(.name | test(\"flatpakref\")) | .browser_download_url")
|
||||||
|
|
||||||
enable-wallpaper-engine:
|
enable-wallpaper-engine:
|
||||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
|
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin
|
||||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ get-greenlight:
|
|||||||
chmod +x ~/Desktop/Greenlight.AppImage
|
chmod +x ~/Desktop/Greenlight.AppImage
|
||||||
|
|
||||||
enable-system76-scheduler:
|
enable-system76-scheduler:
|
||||||
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --single-branch /tmp/kwin-system76-scheduler-integration
|
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
|
||||||
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
||||||
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
|
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
|
||||||
systemctl enable --now com.system76.Scheduler.service
|
systemctl enable --now com.system76.Scheduler.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user