From b598f9e1e0c934d995417f80c3a10a1da6062d0f Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 25 Jan 2021 19:06:03 +0100 Subject: [PATCH] Add cut and uniq to chroot --- var/www/setup_chroot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/www/setup_chroot.sh b/var/www/setup_chroot.sh index e2f4c7c..42d1786 100755 --- a/var/www/setup_chroot.sh +++ b/var/www/setup_chroot.sh @@ -129,6 +129,8 @@ BINARIES_GENERAL=( '/usr/bin/awk' '/usr/bin/composer' '/usr/bin/gpg' + '/usr/bin/cut' + '/usr/bin/uniq' ) FILES_GENERAL=( '/etc/hosts'