Update InstallationDebian authored by Erik von Reis's avatar Erik von Reis
......@@ -10,11 +10,17 @@ You will need root access on this workstation.
# Install the CDS repo
1. Install wget. ```apt install wget```
1. Install wget.
```apt install wget```
2. Get the cds repo installation files
3. Install the package
```wget http://apt.ligo-wa.caltech.edu/debian/pool/buster/cdssoft-release-buster/cdssoft-release-buster_1.0.3_all.deb```
3. Install the package.
```dpkg -i ./cdssoft-release-buster_1.0.3_all.deb```
4. Update the from the repo ```apt update```
......
......