Merge pull request #2623 from return42/fix-centos7

[fix] add package `which` to CentOS-7 boilerplate
This commit is contained in:
Alexandre Flament 2021-03-04 11:19:05 +01:00 committed by GitHub
commit 6ba37777f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,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
"