v0.5.0
Installation:
download the deb bellow👇. it works for all architectures, though the script won't run on anything other then arm 32bit and 64bit, x86/i386, and x86_64/amd64.
Changelog
- added support for x86 and x86_64!
- added the "
$DEVICE
" variable for the description of the deb along with some code to decide what device are you using: a Raspberry Pi or a generic Linux machine. - control file uses the "
$ARCH
" and "$DEVICE
" variables. - Replaced the install function with
pkg-manage
function, this new function allows me to install and uninstall packages. - the
pkg-manage
function brings me to the next change: the script now asks you if you wan't to uninstall the dependencies when cleaning up after itself, though it isn't recommended to do it yet because it will uninstall all the packages even if you had them installed before. - arch checking is much simpler and accurate now.
- give the finished deb '606' permissions.
changes I'm working on for future releases:
- making the
pkg-manage
function remember wich packages it installed, and then ask to uninstall only the ones that it installed.