gnome3.updateScript: fix updating to unstable versions
This commit is contained in:
parent
7a0ee31dd9
commit
4e82900063
@ -15,7 +15,7 @@ def odd_unstable(version_str, selected):
|
|||||||
if selected == 'stable':
|
if selected == 'stable':
|
||||||
return even
|
return even
|
||||||
else:
|
else:
|
||||||
return not even
|
return True
|
||||||
|
|
||||||
def no_policy(version, selected):
|
def no_policy(version, selected):
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user