From 19dd45fbc726de8604ec02f90915e02d7ca55852 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Nov 2023 23:49:36 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index ab386f5..861e4a4 100644 --- a/Home.md +++ b/Home.md @@ -3,18 +3,18 @@ ## Alpine Linux ``` -wget https://git.netm.ch/m/os-init/raw/branch/main/alpine.sh +wget netm.ch/alpine.sh sh alpine.sh ``` ## Debian ``` -wget https://git.netm.ch/m/os-init/raw/branch/main/debian.sh +wget netm.ch/debian.sh bash debian.sh ``` ## Ubuntu ``` -wget https://git.netm.ch/m/os-init/raw/branch/main/ubuntu.sh +wget netm.ch/ubuntu.sh bash ubuntu.sh ```