Skip to content

Commit b10ea6c

Browse files
committed
add further detect for rocky
1 parent 42a0822 commit b10ea6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_distro():
5555
return cent8
5656
if data.find('AlmaLinux release 8') > -1:
5757
return cent8
58-
if data.find('Rocky Linux release 8') > -1:
58+
if data.find('Rocky Linux release 8') > -1 or data.find('Rocky Linux 8') > -1 or data.find('rocky:8') > -1:
5959
return cent8
6060

6161
else:

0 commit comments

Comments
 (0)