mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-09-22 03:02:21 +08:00
Revert "修复每次启动后ACE中安装过的应用都被标记为最新的问题"
This reverts commit 2d22c3383a0259d207873bba4ab771f564dd0a89.
This commit is contained in:
parent
2d22c3383a
commit
a2378626c5
@ -2,5 +2,5 @@
|
||||
@HOST_NAME@=Amber-CE-Bookworm
|
||||
@EXEC_NAME@=bookworm-run
|
||||
@PRETTY_NAME@=Bookworm
|
||||
@VERSION@=12.8.6
|
||||
@VERSION@=12.8.5
|
||||
@CODE_NAME@=bookworm
|
||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,11 +1,10 @@
|
||||
amber-ce-bookworm (12.8.6) UNRELEASED; urgency=low
|
||||
amber-ce-bookworm (12.8.5) UNRELEASED; urgency=low
|
||||
* 通用 ACE 构建,现不再需要单独使用构建脚本
|
||||
* 更方便地更改成其他ACE
|
||||
* 现可在容器内使用 dpkg-buildpackage
|
||||
* 支持 Ubuntu 25 等 systemd 不再提供 utmp 的情景下获取当前用户名
|
||||
* 自动添加 X-AMBER-CE-DESKTOP-NAME
|
||||
* 修复更新时的递归问题
|
||||
* 修复每次启动后ACE中安装过的应用都被标记为最新的问题
|
||||
|
||||
-- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800
|
||||
|
||||
|
@ -4,4 +4,4 @@ pkexec $0
|
||||
exit
|
||||
fi
|
||||
|
||||
@EXEC_NAME@ touch /amber-ce-tools/data-dir/applications/fixer-empty.desktop
|
||||
@EXEC_NAME@ /opt/ace-host-integration/ace-host-integration
|
||||
|
@ -12,7 +12,7 @@ fi
|
||||
# 1\. 获取宿主机 NVIDIA 驱动版本
|
||||
nvidia_version=$(cat /sys/module/nvidia/version 2>/dev/null)
|
||||
if [ -z "$nvidia_version" ]; then
|
||||
log.warn "无法获取 NVIDIA 驱动版本 Can not determine NVIDIA Driver version"
|
||||
log.error "无法获取 NVIDIA 驱动版本 Can not determine NVIDIA Driver version"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user