1.0.8.1 支持银河麒麟

This commit is contained in:
2025-10-26 00:36:27 +08:00
parent efa5204b53
commit 9708cd7034
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
if [[ ! -e "/usr/share/gxde-api" ]];then if [[ ! -e "/usr/share/gxde-api" ]] && ! grep -q "Kylin" /etc/os-release; then
exit 0 # No needed exit 0 # No needed
fi fi

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
VERSION=1.0.7.2 VERSION=1.0.8.1
# 获取脚本名称用于帮助信息 # 获取脚本名称用于帮助信息
SCRIPT_NAME=$(basename "$0") SCRIPT_NAME=$(basename "$0")
PATH_PREFIX=/var/lib/apm/apm/files/ace-env/ PATH_PREFIX=/var/lib/apm/apm/files/ace-env/
@@ -92,7 +92,7 @@ bronya_egg() {
Valkyrie 系统启动 - 重装小兔Fire Valkyrie 系统启动 - 重装小兔Fire
💎 感谢 Anyset 为 AmberCE 和 AmberPM 的 Arch 架构支持提供帮助~ 💎 感谢 Anysets 为 AmberCE 和 AmberPM 的 Arch 架构支持提供帮助~
EOF EOF
} }