|
@@ -58,7 +58,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf
|
|
# shellcheck disable=SC2034
|
|
# shellcheck disable=SC2034
|
|
centos7_boilerplate="
|
|
centos7_boilerplate="
|
|
yum update -y
|
|
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
|
|
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
|
"
|
|
"
|
|
|
|
|