Readme update with current notes

This commit is contained in:
kake26 2024-05-21 15:22:42 -05:00
parent 2cbbc10319
commit cba521ec29
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -15,6 +15,10 @@ 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. 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 May 21 2024
So allot more testing and work has gotten this thing running well. Debian based is the best supported. Though Arch did work according to my tests. I will need do testing for OpenWRT at a more intensive level though. Either way most of my VM based tests worked. A few minor tweaks such as putting apt into noninteractive.
# Notes Feb 22 2024 # Notes Feb 22 2024
I spent all day testing this with VMs and found a problem that would prevent my code from running properly. Turns out if the system has no manually downloaded and installed packages, the line below causes awk to hang waiting for input. I spent all day testing this with VMs and found a problem that would prevent my code from running properly. Turns out if the system has no manually downloaded and installed packages, the line below causes awk to hang waiting for input.