ocket8888 commented on a change in pull request #4474: optimization debian
package manager tweaks
URL: https://github.com/apache/trafficcontrol/pull/4474#discussion_r390481799
##########
File path: docs/source/admin/quick_howto/ciab.rst
##########
@@ -376,7 +376,7 @@ On Linux, we suggest ``openvpn``. On most Linux
distributions, this will also be
.. code-block:: shell
:caption: Install openvpn on ubuntu/debian
- apt-get update && apt-get install -y openvpn
+ apt-get update && apt-get --no-install-recommends install -y openvpn
Review comment:
This is just for people to install a vpn client on the host, so I don't
think there's any need for this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services