Another readme update
This commit is contained in:
parent
c342af47c9
commit
8542da79c1
1 changed files with 6 additions and 1 deletions
|
@ -7,15 +7,20 @@ This system was created to allow of easy recreation or restoration of a existing
|
||||||
check.bash - checks if makeself is installed. Can be installed via normal methods or via this script
|
check.bash - checks if makeself is installed. Can be installed via normal methods or via this script
|
||||||
os_probe.bash - checks if we are on a debian or arch based distro via looking for apt or pacman
|
os_probe.bash - checks if we are on a debian or arch based distro via looking for apt or pacman
|
||||||
restore.*.bash - these are scripts specific to debian or arch
|
restore.*.bash - these are scripts specific to debian or arch
|
||||||
|
bootstrap.wrt.ash - Specifically for OpenWRT, made specifically to be compatable with bustbox's ash shell. It will check for and if needed install bash before running the rest.
|
||||||
syssetup.bash - The main program
|
syssetup.bash - The main program
|
||||||
test.bash - Some file I was using to test something, you can ignore it
|
test.bash - Some file I was using to test something, you can ignore it
|
||||||
|
|
||||||
# Plans
|
# Plans
|
||||||
|
|
||||||
To add flatpak support for making it more usable for desktops. Also support for OpenWRT, because I want to use this on my router.
|
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 7 2023
|
# Notes Oct 7 2023
|
||||||
|
|
||||||
In theory we should have support for Debian based distros, Arch based distros and OpenWRT. This hasn't been throughly tested for the most part, but it should work. I'll test in depth as I spin up VMs and have some time test.
|
In theory we should have support for Debian based distros, Arch based distros and OpenWRT. This hasn't been throughly tested for the most part, but it should work. I'll test in depth as I spin up VMs and have some time test.
|
||||||
|
|
||||||
|
# Special Thanks
|
||||||
|
|
||||||
|
To the fine folks that created codeium(Link below). The autosuggest / autocomplete features make things allot easier and save me a ton of typing. Having an AI that can function as an assistant is a wonderful thing.
|
||||||
|
|
||||||
[](https://codeium.com)
|
[](https://codeium.com)
|
Loading…
Add table
Add a link
Reference in a new issue