From cba521ec296d0f63ce09a1f738638e4168fb44b4 Mon Sep 17 00:00:00 2001 From: kake26 Date: Tue, 21 May 2024 15:22:42 -0500 Subject: [PATCH] Readme update with current notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1dbf747..640f2c7 100644 --- a/README.md +++ b/README.md @@ -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. +# 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 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.