mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-10-06 01:42:22 +08:00
unionrepo
This commit is contained in:
parent
c2effa5c30
commit
d7e4071e6f
1
src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/flamescion-container-tools/bin-override
1
src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/flamescion-container-tools/bin-override
@ -1 +0,0 @@
|
||||
Subproject commit 56e0a2dbce86fe96111935c35916ed915f5f84e2
|
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
### We do not want users to install ACE in ACE. Run inside this container instead
|
||||
${@}
|
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" = "open" ];then
|
||||
xdg-open ${@:2}
|
||||
else
|
||||
/usr/bin/gio $@
|
||||
fi
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$UID" = "0" ];then
|
||||
pkexec $@
|
||||
else
|
||||
host-spawn pkexec bookworm-run $@
|
||||
fi
|
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$UID" = "0" ];then
|
||||
/usr/bin/sudo $@
|
||||
else
|
||||
host-spawn sudo bookworm-run $@
|
||||
fi
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user