Add cut and uniq to chroot

This commit is contained in:
Daniel Winzen
2021-01-25 19:06:03 +01:00
parent 8cff731d80
commit b598f9e1e0

View File

@ -129,6 +129,8 @@ BINARIES_GENERAL=(
'/usr/bin/awk' '/usr/bin/awk'
'/usr/bin/composer' '/usr/bin/composer'
'/usr/bin/gpg' '/usr/bin/gpg'
'/usr/bin/cut'
'/usr/bin/uniq'
) )
FILES_GENERAL=( FILES_GENERAL=(
'/etc/hosts' '/etc/hosts'