wiki update test

kake26 2024-05-24 19:19:22 -05:00
parent ea40bc1f6a
commit 946645e16c
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 13 additions and 3 deletions

@ -1,3 +1,7 @@
**Welcome to the syssetup Wiki** ### 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. This wiki will cover the basic usage of this program and any special notes I have up to this point.
### Why was this made?
I made this tool because I wanted a way to copy the basic setup of one system to another. However, I want to be able to run this tool on a configured system and have it generate a self contained restore package. Yes, I made this because I wanted to be as lazy as possible when copying a setup and reproducing it. I'm aware I could have used Ansible or some similar tool, but that would defeat the point of being as lazy as possible. Now this does use makeself to generate the self extracting restore package. However, makeself and this program are pure bash. This is a ode to abusing bash scripting to do things you probably shouldn't.

@ -1,3 +1,9 @@
### Installation ### Installation
This is super easy, just git clone the repo. This app is all in bash so just cloning will be enough. Long page I know. This is super easy, just git clone the repo. This app is all in bash so just cloning will be enough. Long page I know.
`git clone https://codeberg.org/kake26/syssetup.git`
`cd syssetup`
`./syssetup.bash`