diff --git a/Home.md b/Home.md index 497dd50..630e6b5 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ # Welcome to the Syssetup Wiki -This is a **work in progress**, please bear that in mind. This wiki will cover the basic usage of this program and any special notes I have up to this point. +This is a **work in progress**, please bear that in mind. If it breaks on you then you get to keep all the pieces. This wiki will cover the basic usage of this program and any special notes I have up to this point. # Why was this made? diff --git a/Notes.md b/Notes.md index 3d4182f..29ebadb 100644 --- a/Notes.md +++ b/Notes.md @@ -2,7 +2,7 @@ # Notes May 28 2024 -Well, I fixed the /etc overwrite issue I had. Turns out cp is just not the proper tool. I've added into the restore process install of rsync. Which is then used to handle restore of /etc. Making a final release now. +Well, I fixed the /etc overwrite issue I had. Turns out cp is just not the proper tool. I've added into the restore process a install of rsync. Which is then used to handle restore of /etc. Making a final release now. I will replace the rsync bit with something writen in straight up bash perhaps, but not at this ver moment. # Notes May 24 2024 diff --git a/Scripts.md b/Scripts.md index 605b024..6e0ffd1 100644 --- a/Scripts.md +++ b/Scripts.md @@ -4,6 +4,4 @@ * 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 * 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 -* test.bash - Some file I was using to test something, you can ignore it -* verify.bash - Verification componet for making sure /etc gets put back +* syssetup.bash - The main program \ No newline at end of file