mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复 linux 依赖是否存在判断
This commit is contained in:
@@ -79,8 +79,6 @@ main() {
|
||||
npm i -g pnpm@8.3.1
|
||||
patch_version
|
||||
|
||||
apk add procps netcat-openbsd
|
||||
|
||||
if [[ $PipMirror ]]; then
|
||||
pip3 config set global.index-url $PipMirror
|
||||
fi
|
||||
|
||||
@@ -314,7 +314,6 @@ reload_pm2() {
|
||||
unset_proxy
|
||||
pm2 flush &>/dev/null
|
||||
pm2 startOrGracefulReload $file_ecosystem_js --update-env
|
||||
pm2 sendSignal SIGKILL panel &>/dev/null
|
||||
}
|
||||
|
||||
diff_time() {
|
||||
|
||||
Reference in New Issue
Block a user