mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
Merge pull request #2623 from return42/fix-centos7
[fix] add package `which` to CentOS-7 boilerplate
This commit is contained in:
commit
6ba37777f7
@ -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
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user