From 1986b5ecacfb3b4b73a160eaa2309e81b609d96b Mon Sep 17 00:00:00 2001 From: Eliesemoule Date: Sat, 1 Aug 2020 20:12:44 +0000 Subject: Utility scripts adapted to run on CentOS 7 (#2112) --- utils/lxc.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils/lxc.sh') diff --git a/utils/lxc.sh b/utils/lxc.sh index a0688bc07..a9149a197 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -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=() -- cgit v1.2.3-54-g00ecf