Update InstallationDebian authored by Erik von Reis's avatar Erik von Reis
......@@ -10,11 +10,11 @@ You will need root access on this workstation.
# Install the CDS repo
1. Install wget.
## 1. Install wget.
```apt install wget```
2. Get the cds repo installation files
## 2. Get the cds repo installation files
For Debian 10:
......@@ -24,7 +24,7 @@ For Debian 9:
```wget https://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.3_all.deb```
3. Install the package. For Debian 10:
## 3. Install the package. For Debian 10:
```dpkg -i ./cdssoft-release-buster_1.0.3_all.deb```
......@@ -32,13 +32,13 @@ For Debian 9:
```dpkg -i ./cdssoft-release-stretch_1.3.3_all.deb```
4. Update the from the repo
## 4. Update the from the repo
```apt update```
# Install cds-workstation (or alternatively, just crtools)
5. Install cds-workstation, which includes crtools.
## Install cds-workstation, which includes crtools.
```apt install cds-workstation```
......
......