Install dialog for minbase systems
This commit is contained in:
parent
caf71e0689
commit
d40508e466
@ -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
|
Loading…
Reference in New Issue
Block a user