mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 19:12:05 +08:00
@@ -2,7 +2,7 @@ Package: cn.flamescion.bookworm-compatibility-mode
|
|||||||
Version: 12.4.13.1
|
Version: 12.4.13.1
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: bubblewrap,flatpak,zenity,policykit-1,gcc,systemd,procps
|
Depends: bubblewrap,flatpak,zenity,policykit-1,systemd,procps
|
||||||
Maintainer: shenmo <shenmo@spark-app.store>
|
Maintainer: shenmo <shenmo@spark-app.store>
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Description: bwrap wrapper for install and running debs inside a bookworm container
|
Description: bwrap wrapper for install and running debs inside a bookworm container
|
||||||
|
|||||||
@@ -61,8 +61,6 @@ bwrap --dev-bind $chrootEnvPath/ / \
|
|||||||
echo "Update the flamescion container tools"
|
echo "Update the flamescion container tools"
|
||||||
cp -r `dirname $chrootEnvPath`/flamescion-container-tools/ $chrootEnvPath
|
cp -r `dirname $chrootEnvPath`/flamescion-container-tools/ $chrootEnvPath
|
||||||
|
|
||||||
rm -rf $chrootEnvPath/usr/lib/`gcc -dumpmachine`/dri/dri
|
|
||||||
# 之前错误的多复制了一个,这里删掉
|
|
||||||
|
|
||||||
export container_user_gid="$(sudo -u $non_root_user id -rg)"
|
export container_user_gid="$(sudo -u $non_root_user id -rg)"
|
||||||
export container_user_home="/home/${non_root_user}"
|
export container_user_home="/home/${non_root_user}"
|
||||||
|
|||||||
Reference in New Issue
Block a user