mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
Utility scripts adapted to run on CentOS 7 (#2112)
This commit is contained in:
parent
0e5197123d
commit
1986b5ecac
5 changed files with 69 additions and 25 deletions
|
@ -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=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue