arch linux file /etc/arch-release doesn't contain version number
This commit is contained in:
parent
17e7c02374
commit
58210daf44
|
@ -784,7 +784,8 @@ def get_os_info():
|
||||||
'sourcemage') or not\
|
'sourcemage') or not\
|
||||||
os.path.basename(path_to_file).startswith('slackware'):
|
os.path.basename(path_to_file).startswith('slackware'):
|
||||||
text = distro_name + ' ' + text
|
text = distro_name + ' ' + text
|
||||||
elif path_to_file.endswith('aurox-release'):
|
elif path_to_file.endswith('aurox-release') or \
|
||||||
|
path_to_file.endswith('arch-release'):
|
||||||
# file doesn't have version
|
# file doesn't have version
|
||||||
text = distro_name
|
text = distro_name
|
||||||
elif path_to_file.endswith('lfs-release'): # file just has version
|
elif path_to_file.endswith('lfs-release'): # file just has version
|
||||||
|
|
Loading…
Reference in New Issue