修复openkylin问题

This commit is contained in:
wangsong 2024-07-01 22:09:29 +08:00
parent 1b9cc19e8c
commit 1156aa96bc
2 changed files with 10 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ class UpdateInstallMode():
self.inhibit_lock = None
def is_openkylin_desktop(self):
return self.dist == self.OPENKYLIN_DISTTRIBUTOR
return True
def check_network(self):
if self.parent.options.no_check_network is False and self.is_disc == False:

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-system-updater (3.0.0.0-ok28) nile; urgency=medium
* BUG: 无
* 需求号: 无
* 其他改动说明: 修复判断openkylin版本异常
* 其他改动影响域:无
-- wangsong <wangsong@kylinos.cn> Mon, 01 Jul 2024 22:08:41 +0800
kylin-system-updater (3.0.0.0-ok27) nile; urgency=medium
* BUG: 无