A few tweaks and updates to allow for packages to be excluded

This commit is contained in:
Paul M 2023-10-29 18:35:12 -05:00
parent b154e4a448
commit b7f394a0e8
3 changed files with 9 additions and 4 deletions

View file

@ -15,9 +15,9 @@ test.bash - Some file I was using to test something, you can ignore it
To add flatpak support for making it more usable for desktops. Also at one point create a custom replacement for makeself thats specific to this script.
# Notes Oct 11 2023
# Notes Oct 29 2023
Well in a attempt to move my own VPS to another I teseted the script. Found a bug where apt didn't have needed permissions. Thats been fixed in the dev version. Now I need to find a way to handle packages that where installed manaully via a downloaded deb file. Aside from some form detection for manually installed packages.
I've been at it adding a few tweaks here or there. Trying to add a good system for exclusions to make things more protable. While the current version works great on say VPS running the same base image, its not so good on different ones. This is due to some packages perhaps having different names like kernel images, modules and headers. This also includes things installed from a single package file you downloaded that isn't in a repo. Technically not bugs, but I want more flexibility.
# Special Thanks