Update Home authored by Jameson Rollins's avatar Jameson Rollins
......@@ -17,9 +17,11 @@ CDSSoft provides `cdssoft-release-<release>` packages that handle setting up the
* [cdssoft-release-stretch](http://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/)
* [cdssoft-release-buster](http://apt.ligo-wa.caltech.edu/debian/pool/buster-unstable/cdssoft-release-buster/)
To install, first manually download (with e.g. wget) the latest `cdssoft-release-$RELEASE_$VERS_all.deb` package (found in the directory links above) and install manually with dpkg, e.g.:
To install, first manually download (with e.g. wget) the latest `cdssoft-release-$RELEASE_$VERS_all.deb` package (where RELEASE and VERS are variables to be filled in, with current values found in the directory links above) and install manually with dpkg, e.g.:
```shell
$ RELEASE="buster"
$ VERS="1.0.5"
$ wget -c http://apt.ligo-wa.caltech.edu/debian/pool/$RELEASE-unstable/cdssoft-release-$RELEASE/cdssoft-release-$RELEASE_$VERS_all.deb
$ sudo dpkg -i cdssoft-release-$RELEASE_$VERS_all.deb
$ sudo apt update
......
......