修改检查更新日志

This commit is contained in:
whyour
2022-10-27 10:34:55 +08:00
parent 0ca23cc4ca
commit 5e16ace1e7
2 changed files with 3 additions and 9 deletions
-4
View File
@@ -136,10 +136,6 @@ export default class SystemService {
public async updateSystem() {
const cp = spawn('ql -l update', { shell: '/bin/bash' });
this.sockService.sendMessage({
type: 'updateSystemVersion',
message: `开始更新系统`,
});
cp.stdout.on('data', (data) => {
this.sockService.sendMessage({
type: 'updateSystemVersion',