Utility scripts adapted to run on CentOS 7 (#2112)

This commit is contained in:
Eliesemoule
2020-08-01 20:12:44 +00:00
committed by GitHub
parent 0e5197123d
commit 1986b5ecac
5 changed files with 69 additions and 25 deletions

View File

@@ -54,6 +54,13 @@ dnf install -y git curl wget hostname
echo 'Set disable_coredump false' >> /etc/sudo.conf
"
# shellcheck disable=SC2034
centos7_boilerplate="
yum update -y
yum install -y git curl wget hostname
echo 'Set disable_coredump false' >> /etc/sudo.conf
"
REMOTE_IMAGES=()
CONTAINERS=()
LOCAL_IMAGES=()