diff --git a/path/make-base b/path/make-base index ecf2211..d01e29d 100755 --- a/path/make-base +++ b/path/make-base @@ -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 \ No newline at end of file