mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Utility scripts adapted to run on CentOS 7 (#2112)
This commit is contained in:
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user