mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 05:46:08 +08:00
修复 debian 删除 linux 依赖 (#2056)
This commit is contained in:
parent
0e1830cf56
commit
01bed0420f
|
@ -61,7 +61,7 @@ export enum versionDependenceCommandTypes {
|
|||
export enum unInstallDependenceCommandTypes {
|
||||
'pnpm remove -g',
|
||||
'pip3 uninstall --disable-pip-version-check --root-user-action=ignore -y',
|
||||
'apt remove',
|
||||
'apt remove -y',
|
||||
}
|
||||
|
||||
export interface DependenceInstance
|
||||
|
|
Loading…
Reference in New Issue
Block a user