mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 02:52:04 +08:00
unionrepo
This commit is contained in:
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
Submodule src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/flamescion-container-tools/bin-override deleted from 56e0a2dbce
@@ -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
Reference in New Issue
Block a user