From ca005f87fe6680518fed678ffa31bdd0fd629748 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 29 Nov 2012 05:27:54 +0000 Subject: [PATCH] Update README.rst formatting --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e8a3545..52ee74a 100644 --- a/README.rst +++ b/README.rst @@ -47,11 +47,12 @@ In order to install salt for a distribution you need to define: Below is an example for Ubuntu Oneiric: -.. code:: sh +.. code:: bash + install_ubuntu_1110_deps() { apt-get update apt-get -y install python-software-properties - add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric + add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe' add-apt-repository -y ppa:saltstack/salt }