From 6c853b2bec9652ac74e105b2c58207fd77264eb7 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 11 Dec 2023 07:06:13 +0000 Subject: [PATCH] update src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh. Signed-off-by: shenmo --- .../files/build-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh index ab5b78e..4f223da 100755 --- a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh +++ b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/build-container.sh @@ -23,7 +23,7 @@ exit 1 fi cd "`dirname $0`" -sudo debootstrap --include=apt-utils,bc,curl,dialog,diffutils,findutils,gnupg2,less,libnss-myhostname,libvte-common,lsof,ncurses-base,passwd,pinentry-curses,procps,sudo,time,util-linux,wget,libegl1-mesa,libgl1-mesa-glx,libvulkan1,mesa-vulkan-drivers,locales,libglib2.0-bin --arch=${ARCH} bookworm ./bookworm-env https://mirrors.ustc.edu.cn/debian/ +sudo debootstrap --include=apt-utils,bash-completion,bc,curl,dialog,diffutils,findutils,gnupg2,less,libnss-myhostname,libvte-common,lsof,ncurses-base,passwd,pinentry-curses,procps,sudo,time,util-linux,wget,libegl1-mesa,libgl1-mesa-glx,libvulkan1,mesa-vulkan-drivers,locales,libglib2.0-bin --arch=${ARCH} bookworm ./bookworm-env https://mirrors.ustc.edu.cn/debian/ sudo rm -rf bookworm-env/var/cache/apt/archives/*.deb