From 50d5b43744237ebffae3dc531382dd9608c7703d Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sat, 23 Jan 2021 08:20:02 +0100 Subject: [PATCH] Moved todo --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5bb5cc1..fd13e05 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,6 @@ The is an administration tool designed from and for Kevin Veen-Birkenbach. Licensed under GNU GENERAL PUBLIC LICENSE Version 3 ``` -## Todo - -- Implement ssh configuration -- Implement wifi automation -- Install client software depentend on hardware -- Use travis -- Move repository folder ## Description This repository contains scripts to set up an working client system, maintain it and to save all important and configuration data on an USB stick. The data is stored encrypted with [EncFS](https://en.wikipedia.org/wiki/EncFS). @@ -93,5 +86,13 @@ To backup a image execute: sudo bash ./scripts/image/backup.sh ``` +## Todo + +- Implement ssh configuration +- Implement wifi automation +- Install client software depentend on hardware +- Use travis +- Move repository folder + ## License The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.