v0.6.0
Installation:
download the deb bellow👇. 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
- made the pkg-manage function check what packages are installed from the list provided to it and save the ones that aren't installed to the 'TOINSTALL' variable and install those. also added to it a 'check' option to check what packages are installed and save them to the 'TOINSTALL' variable. improve all the places where a question is asked, fixed a few typos, some quality of life improvements.
- implemented ctrl+c trapping: if you press ctrl+c the script will clean up after itself.
- make the script not copy any bash completion files as they are in the 'bash-completion' package, and including them will cause the deb to fail to install. add 'bash-completion' as a recommended package to the debs control file. a few quality of life improvements.
- add clean option to the pkg-manage function, it runs apt clean, autoremove, and autoclean. it is used when uninstalling the dependencies after building QEMU.