fix: update redbear desktop package configuration

This commit is contained in:
2026-05-07 07:51:19 +01:00
parent 8664e7ade1
commit c9d0d7e3d5
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ data = """
description = "Base environment setup (tmpdir)"
[service]
cmd = "ion"
cmd = "zsh"
args = ["-c", "rm -rf /tmp; mkdir -m a=rwxt /tmp"]
type = "oneshot"
"""