mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-28 05:50:30 +00:00
Fix CentOS stream support
This commit is contained in:
@@ -245,10 +245,10 @@ def check_centos(isoinfo):
|
||||
cat = 'el8'
|
||||
break
|
||||
elif 'centos-stream-release-8' in entry:
|
||||
ver = entry.split('-')[2]
|
||||
arch = entry.split('.')[-2]
|
||||
ver = entry.split('-')[3]
|
||||
arch = entry.split('.')[-3]
|
||||
cat = 'el8'
|
||||
isstream = '-stream'
|
||||
isstream = '_stream'
|
||||
break
|
||||
else:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user