mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-09-26 05:02:21 +08:00
arch问题
This commit is contained in:
parent
98575a442c
commit
c04007eccd
@ -2,7 +2,7 @@ Package: cn.flamescion.bookworm-compatibility-mode
|
||||
Version: 12.4
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Depends: bubblewrap,flatpak,zenity,policykit-1
|
||||
Depends: bubblewrap,flatpak,zenity,policykit-1,gcc
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Architecture: arm64
|
||||
Description: bwrap wrapper for install and running debs inside a bookworm container
|
||||
|
@ -180,7 +180,7 @@ printf "%s:" "${container_user_name}" | chpasswd -e
|
||||
|
||||
## init host-spawn
|
||||
unlink /flamescion-container-tools/bin-override/host-spawn
|
||||
ln -sfv /flamescion-container-tools/bin-override/host-spawn-`arch` /flamescion-container-tools/bin-override/host-spawn
|
||||
ln -sfv /flamescion-container-tools/bin-override/host-spawn-$(uname -m) /flamescion-container-tools/bin-override/host-spawn
|
||||
|
||||
## install host-integration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user