Changes
Page history
Update InstallationDebian
authored
Jun 29, 2020
by
Erik von Reis
Hide whitespace changes
Inline
Side-by-side
InstallationDebian.md
View page @
dadda0aa
...
...
@@ -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
```
...
...
...
...