From 946645e16c02c346be5be9d5d142d57e27f952ed Mon Sep 17 00:00:00 2001 From: kake26 Date: Fri, 24 May 2024 19:19:22 -0500 Subject: [PATCH] wiki update test --- Home.md | 8 ++++++-- Installation.md | 8 +++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 4d89951..a17aa2a 100644 --- a/Home.md +++ b/Home.md @@ -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. \ No newline at end of file +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. diff --git a/Installation.md b/Installation.md index fe1bcfc..79e3ef4 100644 --- a/Installation.md +++ b/Installation.md @@ -1,3 +1,9 @@ ### 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. \ No newline at end of file +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`