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 ```