Update guardctrl authored by Jameson Rollins's avatar Jameson Rollins
...@@ -8,7 +8,14 @@ Each guardian node is handled by a systemd templated service unit, `guardian@.se ...@@ -8,7 +8,14 @@ Each guardian node is handled by a systemd templated service unit, `guardian@.se
### install ### install
The `guardctrl` package is available through the [LIGO Debian apt archives](http://apt.ligo-wa.caltech.edu/debian/), so once that archive is enabled the package can be installed directly: The `guardctrl` package is available through the [LIGO Debian apt archives](http://apt.ligo-wa.caltech.edu/debian/).
```shell
$ wget http://software.ligo.org/lscsoft/debian/pool/contrib/l/lscsoft-archive-keyring/lscsoft-archive-keyring_2016.06.20-2_all.deb
$ wget https://apt.ligo-wa.caltech.edu/debian/pool/stretch/cdssoft-release-stretch/cdssoft-release-stretch_1.3.0_all.deb
$ dpkg -i *.deb
$ apt-get update
```
Once that archive is enabled the package can be installed directly:
```shell ```shell
# apt install guardctrl # apt install guardctrl
``` ```
... ...
......