diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-05-04 16:15:23 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-05-04 16:15:23 +0200 |
commit | e50ccc99c09f7f56737d45f4aed15c48e91fb91f (patch) | |
tree | e17d94f568390a057030f54ca2c5c98401263112 /utils | |
parent | f42bc330b8839696b5b7b711019cd74d2bbd7cb2 (diff) | |
download | searxng-e50ccc99c09f7f56737d45f4aed15c48e91fb91f.tar.gz searxng-e50ccc99c09f7f56737d45f4aed15c48e91fb91f.zip |
archlinux: add package 'inetutils' to boilerplate
Even it is a core component, some hoster do not have pre installed the
'inetutils' package. We do need this package for the 'hostname' command.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/lxc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index a324bdaf2..a0688bc07 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -43,7 +43,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf # shellcheck disable=SC2034 archlinux_boilerplate=" pacman -Syu --noconfirm -pacman -S --noconfirm git curl wget sudo +pacman -S --noconfirm inetutils git curl wget sudo echo 'Set disable_coredump false' >> /etc/sudo.conf " |