diff --git a/Readme.md b/Readme.md index 906e3d4..7a0408c 100644 --- a/Readme.md +++ b/Readme.md @@ -14,12 +14,12 @@ Start the installation script using one of the following commands Using curl ``` -$SHELL <(curl -s https://git.bprieshof.nl/brammp/LDS-Base/raw/branch/main/Install_LDS.sh) +$SHELL <(curl -Ls https://git.bprieshof.nl/Tools/LDS-Base/raw/branch/main/Install_LDS.sh) ``` Using wget ``` -$SHELL <(wget -q -O- https://git.bprieshof.nl/brammp/LDS-Base/raw/branch/main/Install_LDS.sh) +$SHELL <(wget -q -O- https://git.bprieshof.nl/Tools/LDS-Base/raw/branch/main/Install_LDS.sh) ``` **Notes**