diff options
Diffstat (limited to 'utils/lxc.sh')
| -rwxr-xr-x | utils/lxc.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index bad5c10c8..30936e9b1 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -24,13 +24,12 @@ LXC_HOST_PREFIX="${LXC_HOST_PREFIX:-test}" LXC_SHARE_FOLDER="/share" LXC_REPO_ROOT="${LXC_SHARE_FOLDER}/$(basename "${REPO_ROOT}")" -ubu1604_boilerplate=" +ubu1804_boilerplate=" export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get upgrade -y apt-get install -y git curl wget " -ubu1804_boilerplate="$ubu1604_boilerplate" ubu1904_boilerplate="$ubu1804_boilerplate" # shellcheck disable=SC2034 @@ -59,7 +58,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf # shellcheck disable=SC2034 centos7_boilerplate=" yum update -y -yum install -y git curl wget hostname sudo +yum install -y git curl wget hostname sudo which echo 'Set disable_coredump false' >> /etc/sudo.conf " |