diff options
Diffstat (limited to 'utils/lxc.sh')
| -rwxr-xr-x | utils/lxc.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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=() |