mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
Update dependence.ts
debian 删除依赖需要-y确认
This commit is contained in:
parent
4e72753585
commit
d62e1576af
|
@ -61,7 +61,7 @@ export enum versionDependenceCommandTypes {
|
||||||
export enum unInstallDependenceCommandTypes {
|
export enum unInstallDependenceCommandTypes {
|
||||||
'pnpm remove -g',
|
'pnpm remove -g',
|
||||||
'pip3 uninstall --disable-pip-version-check --root-user-action=ignore -y',
|
'pip3 uninstall --disable-pip-version-check --root-user-action=ignore -y',
|
||||||
'apt remove',
|
'apt remove -y',
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DependenceInstance
|
export interface DependenceInstance
|
||||||
|
|
Loading…
Reference in New Issue
Block a user