THIS IS A SMALL FIX, I MADE A SMALL VISUAL BUG IN 0.7.0 & 0.7.1
Installation:
download the deb 👇. it works for all architectures, though the script will only run on all common architectures (arm 32bit and 64bit, x86/i386, and x86_64/amd64).
Changelog (0.7.0)
GIANT CHANGES AND IMPROVEMENTS!
- The install-deb function was depracated and removed, the clean-up function does the work now.
- Updated the clean-up function.
- Fixed some issues with the "$QBUILD" variable (where to compile QEMU).
- Re-wrote the error function, now it foes the work of the warning and warning-sleep functions.
- Improvements to the make-deb function and renamed it to cp-files, added error handling.
- Added variables holding the escape character "codes" used to format text.
- Completely re-wrote the ctrl_c function! now it know in what part of the script it was called, and cleans up according to that.
- Added the "$CALLCOMMAND" variable that lets me set the name of the script to use in the help function.
- Change to 'case' instead of 'if-then-elif-else' statment for the flags.
- Added the 'maintainer=' flag, so you can set the maintainer name when running the script!.
- If user selected to compile QEMU, ask where.
- bumped version to 0.7.0
- print errors to
stderr
and much much more I forgot to document...