summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-05-04 16:15:23 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-05-04 16:15:23 +0200
commite50ccc99c09f7f56737d45f4aed15c48e91fb91f (patch)
treee17d94f568390a057030f54ca2c5c98401263112 /utils
parentf42bc330b8839696b5b7b711019cd74d2bbd7cb2 (diff)
downloadsearxng-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-xutils/lxc.sh2
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
"