mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修改linux依赖安装命令
This commit is contained in:
parent
2a23b838f6
commit
a9e0a934a7
|
@ -39,13 +39,13 @@ export enum DependenceTypes {
|
|||
export enum InstallDependenceCommandTypes {
|
||||
'pnpm add -g',
|
||||
'pip3 install',
|
||||
'apk add --no-cache -f',
|
||||
'apk add',
|
||||
}
|
||||
|
||||
export enum unInstallDependenceCommandTypes {
|
||||
'pnpm remove -g',
|
||||
'pip3 uninstall -y',
|
||||
'apk del -f',
|
||||
'apk del',
|
||||
}
|
||||
|
||||
interface DependenceInstance
|
||||
|
|
Loading…
Reference in New Issue
Block a user