淦写重复了

This commit is contained in:
shenmo 2023-09-04 16:59:40 +08:00
parent 2eec8b7d99
commit a41397b0a2
2 changed files with 1 additions and 6 deletions
src
DEBIAN
opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin

@ -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