diff --git a/system_files/deck/shared/usr/share/ublue-os/just/custom.just b/system_files/deck/shared/usr/share/ublue-os/just/custom.just index e35978ac..1e92e0a9 100644 --- a/system_files/deck/shared/usr/share/ublue-os/just/custom.just +++ b/system_files/deck/shared/usr/share/ublue-os/just/custom.just @@ -126,7 +126,7 @@ patch-gmod: -P /tmp/patch-gmod chmod +x /tmp/patch-gmod /tmp/patch-gmod - rm -f /tmp/patch-gmod + rm -rf /tmp/patch-gmod enable-vapor-theme: #!/usr/bin/env bash diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just index 477446ec..0dcbbda0 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just @@ -99,7 +99,7 @@ patch-gmod: -P /tmp/patch-gmod chmod +x /tmp/patch-gmod /tmp/patch-gmod - rm -f /tmp/patch-gmod + rm -rf /tmp/patch-gmod enable-vapor-theme: #!/usr/bin/env bash