Don't install dialog for now

This commit is contained in:
Fierelier 2022-05-25 00:20:52 +02:00
parent ae2eeb9ff4
commit 74d42442b8

View File

@ -5,6 +5,5 @@ 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