修复openkylin问题
This commit is contained in:
parent
1b9cc19e8c
commit
1156aa96bc
|
@ -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:
|
||||
|
|
|
@ -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: 无
|
||||
|
|
Loading…
Reference in New Issue