From bfb13bba873ff94860e15c8ec79dbfcd02368791 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Sat, 16 Mar 2024 08:21:57 -0400 Subject: [PATCH] Adding TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..cd2af07 --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +1. Combine volume-up.ksh and voume-down.ksh into one script with options. +2. Combine install-pkg.ksh and install-gui-pkg.ksh into one script with options. +3. In battery-status.ksh write battery value interpreting code. +4. Go through each script and add at the end of them a statement that tells the user what was accomplished. +5. Continue to breakup config-sys.ksh into individual scripts, and when done, remove it. +6. Go through each script to see how they can be implemented without the need of a reboot. +7. Rename the main branch to develop and create a release branch. \ No newline at end of file