Update guardctrl authored by Jameson Rollins's avatar Jameson Rollins
...@@ -19,9 +19,9 @@ $ sudo apt-get update ...@@ -19,9 +19,9 @@ $ sudo apt-get update
``` ```
Once that archive is enabled the package can be installed directly: Once that archive is enabled the package can be installed directly:
```shell ```shell
$ sudo apt install guardctrl $ sudo apt install guardian guardctrl
``` ```
The `guardctrl` package depends on `guardian` package, so you'll automatically get them both. guardctrl will install the command line interface, as well as all the needed systemd service unit files. guardctrl will install the command line interface, as well as all the needed systemd service unit files.
### creating and configuring the guardctrl user ### creating and configuring the guardctrl user
... ...
......