mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-06-14 18:23:56 +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
|
||||
|
||||
Reference in New Issue
Block a user