commit 8c33534a0ea32d6360651c138d9e0670edfdab5c Author: m Date: Sun Nov 19 19:55:03 2023 +0000 Ajouter 'Home' diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..afd2b37 --- /dev/null +++ b/Home.md @@ -0,0 +1,14 @@ +# Usage + +## Alpine Linux + +``` +wget https://git.netm.ch/m/os-init/raw/branch/main/alpine.sh +sh alpine.sh +``` +## Ubuntu + +``` +wget https://git.netm.ch/m/os-init/raw/branch/main/ubuntu.sh +bash ubuntu.sh +```