v0.4.0
Changelog
-
better architecture detection: now the script checks if you are on armhf or arm64, if yes it checks if you are on a 32bit or 64bit OS.
-
replace all 'clear' commands with 'clear -x' - that means its way easier to debug.
-
updated the 'install-deb' and 'clean-up' function, now they work way better.
-
replaced the 'install-depends' function with 'apt-install' and made a variable with all the dependencies, so now I can run: 'apt-install $DEPENDS' to install all dependencies.
-
replaced 'make' with 'ninja' for compiling qemu, its almost twice as fast.
-
updated the 'make-deb' function to make it work again. now the files it copies make more sense and will probably allow this script to work on arm64 and x86 OS's!
and probably a bit more I forgot to document.