mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-10-06 01:42:22 +08:00
submodule
This commit is contained in:
parent
0ea3efeda9
commit
23379a45cf
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "bin-override"]
|
||||
path = src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/flamescion-container-tools/bin-override
|
||||
url = https://gitee.com/amber-compatability-environment/bin-override.git
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" = "open" ];then
|
||||
xdg-open ${@:2}
|
||||
else
|
||||
/usr/bin/gio $@
|
||||
fi
|
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [ "$UID" = "0" ];then
|
||||
pkexec $@
|
||||
else
|
||||
host-spawn pkexec bookworm-run $@
|
||||
fi
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [ "$UID" = "0" ];then
|
||||
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