diff --git a/Containerfile b/Containerfile index 1baffc5a..1b9b67cb 100644 --- a/Containerfile +++ b/Containerfile @@ -177,7 +177,7 @@ RUN rpm-ostree override remove \ krfb-libs # 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 # Suspend using power button diff --git a/system_files/deck/usr/share/ublue-os/just/custom.just b/system_files/deck/usr/share/ublue-os/just/custom.just index be1c96ac..6e1da751 100644 --- a/system_files/deck/usr/share/ublue-os/just/custom.just +++ b/system_files/deck/usr/share/ublue-os/just/custom.just @@ -52,7 +52,7 @@ get-chiaki: jq -r ".assets[] | select(.name | test(\"flatpakref\")) | .browser_download_url") 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 rm -rf /tmp/wallpaper-engine-kde-plugin diff --git a/system_files/desktop/usr/share/ublue-os/just/custom.just b/system_files/desktop/usr/share/ublue-os/just/custom.just index 4391ea26..53807e15 100644 --- a/system_files/desktop/usr/share/ublue-os/just/custom.just +++ b/system_files/desktop/usr/share/ublue-os/just/custom.just @@ -34,7 +34,7 @@ get-greenlight: chmod +x ~/Desktop/Greenlight.AppImage 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 systemctl --user enable --now com.system76.Scheduler.dbusproxy.service systemctl enable --now com.system76.Scheduler.service