message
This commit is contained in:
parent
0749b8458c
commit
ed8a8d4464
@ -7,7 +7,7 @@ MYOS=$(hostnamectl | awk '/Operating/ { print $3 }')
|
|||||||
OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }')
|
OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }')
|
||||||
|
|
||||||
##### CentOS 7 config
|
##### CentOS 7 config
|
||||||
if [ $MYOS = "centos" ]
|
if [ $MYOS = "CentOS" ]
|
||||||
then
|
then
|
||||||
echo setting up CentOS 7 with Docker
|
echo setting up CentOS 7 with Docker
|
||||||
yum install -y vim yum-utils device-mapper-persistent-data lvm2
|
yum install -y vim yum-utils device-mapper-persistent-data lvm2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user