From 6162040d096a87916d06a81e9eb72df614ab3c53 Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Fri, 28 Feb 2025 15:03:45 +0000 Subject: [PATCH] 12.6.4 Signed-off-by: shenmo <jifengshenmo@outlook.com> --- debian/changelog | 4 ++-- debian/cn.flamescion.bookworm-compatibility-mode.postinst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a8f250..a028a27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -amber-ce-bookworm (12.6.3) UNRELEASED; urgency=low +amber-ce-bookworm (12.6.4) UNRELEASED; urgency=low * 修复 Arch 下无法在容器中使用 Bwrap * 修复 bwrap 下无法使用N卡加速 - + * 修复 无法启动自动更新 -- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800 diff --git a/debian/cn.flamescion.bookworm-compatibility-mode.postinst b/debian/cn.flamescion.bookworm-compatibility-mode.postinst index c8bad45..8a3fd69 100755 --- a/debian/cn.flamescion.bookworm-compatibility-mode.postinst +++ b/debian/cn.flamescion.bookworm-compatibility-mode.postinst @@ -19,7 +19,7 @@ fi /opt/apps/$PACKAGE_NAME/files/bin/ace-init -if [ "${PACKAGE_NAME}" = "cn.flamescion.bookworm-compatibility-mode" ];then +if [ "${PACKAGE_NAME}" = "amber-ce-bookworm" ];then systemctl daemon-reload systemctl enable ace-bookworm-auto-upgrade systemctl start ace-bookworm-auto-upgrade