fix: ql command not found

This commit is contained in:
TestNet 2026-01-21 11:02:17 +08:00 committed by GitHub
parent 7eeeb77320
commit 5570a13ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ fi
ln -sf "$dir_shell/update.sh" "$HOME/bin/ql" ln -sf "$dir_shell/update.sh" "$HOME/bin/ql"
ln -sf "$dir_shell/task.sh" "$HOME/bin/task" ln -sf "$dir_shell/task.sh" "$HOME/bin/task"
log_with_style "INFO" "🚀 1. 检测配置文件..."
load_ql_envs load_ql_envs
export_ql_envs export_ql_envs
. $dir_shell/env.sh . $dir_shell/env.sh