From 43c381339901ba3951d5c488ba5f39241b0b0b8f Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Sep 2023 16:30:46 +0200 Subject: [PATCH] Update 'README.md' Fixed oopsie, was using old Github repo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57eb5ce..2ec45e5 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Continue to the next section: Running the installer. ## Running the installer: ``` -wget https://raw.githubusercontent.com/Beeranco/PiAutomation/main/Installer.sh -O /tmp/installer.sh +wget https://git.ictcorpnet.com/b.waal/PiAutomation/raw/branch/main/Installer.sh -O /tmp/installer.sh bash /tmp/installer.sh ```