This commit is contained in:
TestNet 2026-01-21 03:11:39 +00:00 committed by GitHub
commit ffee3c5041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,13 @@ if [ -f /etc/alpine-release ]; then
fi fi
fi fi
log_with_style "INFO" "预先创建软连接..."
if [[ ! -d "$HOME/bin" ]]; then
mkdir -p "$HOME/bin"
fi
ln -sf "$dir_shell/update.sh" "$HOME/bin/ql"
ln -sf "$dir_shell/task.sh" "$HOME/bin/task"
log_with_style "INFO" "🚀 1. 检测配置文件..." log_with_style "INFO" "🚀 1. 检测配置文件..."
load_ql_envs load_ql_envs
export_ql_envs export_ql_envs