Skip to content

v0.4.0

Compare
Choose a tag to compare
@Itai-Nelken Itai-Nelken released this 19 Feb 18:22
· 101 commits to main since this release
0200347

Changelog

  1. 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.

  2. replace all 'clear' commands with 'clear -x' - that means its way easier to debug.

  3. updated the 'install-deb' and 'clean-up' function, now they work way better.

  4. 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.

  5. replaced 'make' with 'ninja' for compiling qemu, its almost twice as fast.

  6. 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.