fix & opt

- apt/yum if not root, auto try saved pwd
- ServerPrivateInfo.authorization: Object => String pwd
- fix apt parse: caused by irrelevant output
- serverprovider replace _servers[idx] with s
This commit is contained in:
Junyuan Feng
2022-05-24 12:44:12 +08:00
parent f60b09abe4
commit cb5aed8e79
12 changed files with 79 additions and 70 deletions

View File

@@ -330,20 +330,20 @@ class S {
);
}
/// `TTL`
/// `ttl`
String get ttl {
return Intl.message(
'TTL',
'ttl',
name: 'ttl',
desc: '',
args: [],
);
}
/// `Loss`
/// `loss`
String get loss {
return Intl.message(
'Loss',
'loss',
name: 'loss',
desc: '',
args: [],