You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read in different places in this project:
"This script only works for CentOS distributions (8.1 and older)"
"is built to run on CentOS 8.1 and older"
"Dependencies: CentOS 8.1 and older"
"At the moment just working on CentOS 8.1 and older."
And when I run it I got the message:
"Sorry, this is only supported for CentOS 8.* ...
Meaning, it only runs for 8.*, not older.
At least in dependencies you should write: 8., or >=8
And most likely you should refer to it as CentOS 8. everywhere,
so as not to mislead people reading it...
:|
Sad, I was so happy to find an easy solution for our server (We are CentOs 7)
The text was updated successfully, but these errors were encountered:
I read in different places in this project:
"This script only works for CentOS distributions (8.1 and older)"
"is built to run on CentOS 8.1 and older"
"Dependencies: CentOS 8.1 and older"
"At the moment just working on CentOS 8.1 and older."
And when I run it I got the message:
"Sorry, this is only supported for CentOS 8.* ...
Meaning, it only runs for 8.*, not older.
At least in dependencies you should write: 8., or >=8
And most likely you should refer to it as CentOS 8. everywhere,
so as not to mislead people reading it...
:|
Sad, I was so happy to find an easy solution for our server (We are CentOs 7)
The text was updated successfully, but these errors were encountered: