mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-16 18:31:38 +08:00
1.0.8.1 支持银河麒麟
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ! -e "/usr/share/gxde-api" ]];then
|
||||
exit 0 # No needed
|
||||
if [[ ! -e "/usr/share/gxde-api" ]] && ! grep -q "Kylin" /etc/os-release; then
|
||||
exit 0 # No needed
|
||||
fi
|
||||
|
||||
# 函数:检查目录并创建符号链接
|
||||
@@ -27,4 +27,4 @@ process_directory "/var/lib/apm/apm/files/ace-env/amber-ce-tools/data-dir/icons/
|
||||
"/usr/local/share/icons/" "Icons"
|
||||
|
||||
# 等待所有后台任务完成
|
||||
wait
|
||||
wait
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
VERSION=1.0.7.2
|
||||
VERSION=1.0.8.1
|
||||
# 获取脚本名称用于帮助信息
|
||||
SCRIPT_NAME=$(basename "$0")
|
||||
PATH_PREFIX=/var/lib/apm/apm/files/ace-env/
|
||||
@@ -92,7 +92,7 @@ bronya_egg() {
|
||||
|
||||
|
||||
Valkyrie 系统启动 - 重装小兔,Fire!
|
||||
💎 感谢 Anyset 为 AmberCE 和 AmberPM 的 Arch 架构支持提供帮助~
|
||||
💎 感谢 Anysets 为 AmberCE 和 AmberPM 的 Arch 架构支持提供帮助~
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user