From e50ccc99c09f7f56737d45f4aed15c48e91fb91f Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 4 May 2020 16:15:23 +0200 Subject: [PATCH] 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 --- utils/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lxc.sh b/utils/lxc.sh index a324bdaf..a0688bc0 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 "