Skip to content

Commit

Permalink
Update ppa installation commands (#302)
Browse files Browse the repository at this point in the history
* Update ppa installation commands

Installing canonical-certification-client or canonical-certification-server is enough to get the full stack of dependencies.
Moreover the old commands were still referring to the plainbox-prefixed package names.

* Remove mention of checkbox-provider-certification-client in the install steps
  • Loading branch information
yphus committed Jan 19, 2023
1 parent 6dc36bb commit 9ebef60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions checkbox-ng/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ Checkbox can be installed from a :abbr:`PPA (Personal Package Archive)`.
.. code-block:: bash
$ sudo add-apt-repository ppa:hardware-certification/public
$ sudo apt-get update
$ sudo apt-get install checkbox-ng plainbox-provider-resource-generic plainbox-provider-certification-client plainbox-provider-checkbox canonical-certification-client
$ sudo apt update
$ sudo apt install canonical-certification-client
The ``plainbox-provider-certification-client`` package will pull a lot of
The ``canonical-certification-client`` package will pull a lot of
desktop-related packages. If you intend to run tests on a server, run these
commands instead:

.. code-block:: bash
$ sudo add-apt-repository ppa:hardware-certification/public
$ sudo apt-get update
$ sudo apt-get install checkbox-ng plainbox-provider-resource-generic plainbox-provider-certification-server plainbox-provider-checkbox canonical-certification-server
$ sudo apt update
$ sudo apt install canonical-certification-server
Table of contents
=================
Expand Down

0 comments on commit 9ebef60

Please sign in to comment.