From 31af1779eaf8040fda0e714278c916893fd6c503 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 12 Jun 2022 21:54:32 +0200 Subject: [PATCH] Add README for instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00abe18 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# ISO Repository + +This repository includes procedures to generate Debian-based ISOs for multiple CPU architectures, with pre-configured credentials. +It also includes scripts to easily prepare an environment to be installed using the (ansible)[https://git.halia.dev/athens-school/ansible.git] repository on a VPS. + +## VPS or remote installation + +Execute the following command to preapre the base configuration : +``` +curl https://git.halia.dev/athens-school/iso-repository/-/raw/master/quick-installer.sh | sh - +```