mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-07-16 02:22:27 +08:00
淦写重复了
This commit is contained in:
parent
2eec8b7d99
commit
a41397b0a2
src
@ -4,5 +4,5 @@ Section: misc
|
||||
Priority: optional
|
||||
Depends: bubblewrap
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Architecture: amd64
|
||||
Architecture: arm64
|
||||
Description: bwrap wrapper for install and running debs inside a bookworm container
|
||||
|
@ -13,11 +13,6 @@ export PACKAGE_NAME=$PKGNAME
|
||||
chrootEnvPath=/opt/apps/$PKGNAME/files/bookworm-env
|
||||
|
||||
|
||||
if [ "$(id -u)" = "0" ]; then
|
||||
`dirname $chrootEnvPath`/bin/bookworm-run-root "$@"
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ ! -e $chrootEnvPath/finish.flag ];then
|
||||
|
||||
if [ "$(id -u)" = "0" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user