Update Home authored by Jameson Rollins's avatar Jameson Rollins
...@@ -30,8 +30,9 @@ Adding CDS archives ...@@ -30,8 +30,9 @@ Adding CDS archives
CDSSoft provides "cdssoft-release-<release>" packages that handle setting up the sources, adding keys, pinning, etc.: CDSSoft provides "cdssoft-release-<release>" packages that handle setting up the sources, adding keys, pinning, etc.:
* [cdssoft-release-stretch](http://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.2_all.deb) * [cdssoft-release-stretch](http://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.2_all.deb)
* [cdssoft-release-buster](http://apt.ligo-wa.caltech.edu/debian/pool/buster-unstable/cdssoft-release-buster/cdssoft-release-buster_1.0.2_all.deb)
In order to install first download manually with e.g. wget, then install the package manually with dpkg: In order to install first download manually with e.g. wget, then install the package manually with dpkg, e.g.:
```shell ```shell
$ wget -c http://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.2_all.deb $ wget -c http://apt.ligo-wa.caltech.edu/debian/pool/stretch-unstable/cdssoft-release-stretch/cdssoft-release-stretch_1.3.2_all.deb
...@@ -47,7 +48,7 @@ $ sudo apt install cds-workstation ...@@ -47,7 +48,7 @@ $ sudo apt install cds-workstation
CDS "restricted" archives CDS "restricted" archives
------------------------- -------------------------
Software that LIGO is not legally allowed to redistribute (such as the Dolphin IX drivers) are available in a restricted archive. The best way to enable this archive is to create a separate sources list for restricted archive: Software that LIGO is not legally allowed to redistribute (such as the Dolphin IX drivers) are available in a restricted archive. The best way to enable this archive is to first install the cdssoft-release-* package as described above, and then create a separate sources list for restricted archive:
```shell ```shell
# /etc/apt/sources.list.d/cdssoft-restricted.list # /etc/apt/sources.list.d/cdssoft-restricted.list
deb [signed-by=/usr/share/keyrings/cdssoft-unstable-archive-keyring.gpg] https://$USER:$PASSWORD@apt.ligo-wa.caltech.edu/debian stretch-restricted main deb [signed-by=/usr/share/keyrings/cdssoft-unstable-archive-keyring.gpg] https://$USER:$PASSWORD@apt.ligo-wa.caltech.edu/debian stretch-restricted main
... ...
......