From 1b274e81369958930351798d16470dd91c9db71f Mon Sep 17 00:00:00 2001 From: Bruno TATU Date: Thu, 18 May 2017 16:22:05 +0200 Subject: [PATCH] fix typo : python-apt not apt-python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da2eec5..ac6606e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We recommend to install only the minimum packages. At the "tasksel" step, choose When the server is installed and rebooted, with a functioning SSH access, make sure that those packages are installed, for Ansible to be able to run. ``` -# apt install sudo dbus apt-python +# apt install sudo dbus python-apt ``` You'll need a privileged user (preferably not root, but a regular user with full sudo permissions).