centos 8 dependicies
This commit is contained in:
commit
469a2f9f52
1 changed files with 4 additions and 0 deletions
|
|
@ -54,7 +54,11 @@ function checkOS () {
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
if [[ "$ID" = "centos" ]]; then
|
if [[ "$ID" = "centos" ]]; then
|
||||||
OS="centos"
|
OS="centos"
|
||||||
|
<<<<<<< HEAD
|
||||||
if [[ ! $VERSION_ID =~ (7|8) ]]; then
|
if [[ ! $VERSION_ID =~ (7|8) ]]; then
|
||||||
|
=======
|
||||||
|
if [[ ! $VERSION_ID ~= "7|8" ]]; then
|
||||||
|
>>>>>>> e2e58b20b3e962f186ab7556b3a20ca559593724
|
||||||
echo "⚠️ Your version of CentOS is not supported."
|
echo "⚠️ Your version of CentOS is not supported."
|
||||||
echo ""
|
echo ""
|
||||||
echo "The script only support CentOS 7."
|
echo "The script only support CentOS 7."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue