mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
Setup Scripts - Fix for docker_install function
This commit is contained in:
@@ -249,7 +249,7 @@ detect_os() {
|
|||||||
|
|
||||||
docker_install() {
|
docker_install() {
|
||||||
|
|
||||||
if [ $OS == 'centos']; then
|
if [ $OS == 'centos' ]; then
|
||||||
yum clean expire-cache
|
yum clean expire-cache
|
||||||
yum -y install yum-utils device-mapper-persistent-data lvm2 openssl
|
yum -y install yum-utils device-mapper-persistent-data lvm2 openssl
|
||||||
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
|
|||||||
Reference in New Issue
Block a user