Install dialog for minbase systems

This commit is contained in:
Fierelier 2022-05-10 22:54:31 +02:00
parent caf71e0689
commit d40508e466

View File

@ -5,5 +5,6 @@ if [ -d "$1" ]; then
fi
mkdir "$1"
debootstrap --arch="$OPUS_ARCH" "$OPUS_DIST" "$1" "$OPUS_URL"
fchroot "$1" apt install dialog
fchroot "$1" apt -y autoclean
find "$1/var/log" -type f -delete