Updated links and fixed curl in ReadMe

This commit is contained in:
2023-01-17 18:02:19 +01:00
parent 207ffcac77
commit 095806b513

View File

@@ -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**