lots of documentation updates

This commit is contained in:
2023-04-12 08:01:57 +00:00
parent 81e70556db
commit 792dd139ca
12 changed files with 221 additions and 49 deletions

View File

@@ -14,7 +14,9 @@ preflight () {
apt_packages () {
$SUDO apt-get update
$SUDO apt-get -y install git bash curl sudo build-essential
$SUDO apt-get -y install git bash curl sudo build-essential unzip \
qemu-user-static e2fsprogs dosfstools \
libarchive-tools xz-utils
}
preflight