forked from ungleich-public/cdist
Fix typos
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
2e930d5f25
commit
67bf4d1583
1 changed files with 5 additions and 4 deletions
9
README
9
README
|
@ -110,23 +110,24 @@ For Debian >= wheezy:
|
||||||
|
|
||||||
aptitude install python3
|
aptitude install python3
|
||||||
|
|
||||||
For older Debian versions, installing python 3.2 manually is required.
|
|
||||||
|
|
||||||
On squeeze you can add following line in **/etc/apt/sources.list**
|
On squeeze you can add following line in **/etc/apt/sources.list**
|
||||||
|
|
||||||
deb http://ftp.debian.org/debian wheezy main
|
deb http://ftp.debian.org/debian wheezy main
|
||||||
|
|
||||||
And don't forget the pinning entry in **/etc/apt/preferences.d/wheezy**:
|
And add pinning entry in **/etc/apt/preferences.d/wheezy**:
|
||||||
|
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=wheezy
|
Pin: release n=wheezy
|
||||||
Pin-Priority: 1
|
Pin-Priority: 1
|
||||||
|
|
||||||
Please be aware that both **openssh-server** and **openssh-client** might be
|
Please be aware that both **openssh-server** and **openssh-client** might be
|
||||||
removed on **pyhton3.2** installation. You surely want to reinstall them:
|
removed on **python3.2** installation. You surely want to reinstall them:
|
||||||
|
|
||||||
apt-get install -t wheezy openssh-server openssh-client
|
apt-get install -t wheezy openssh-server openssh-client
|
||||||
|
|
||||||
|
For older Debian versions, installing python 3.2 manually is required.
|
||||||
|
|
||||||
|
|
||||||
#### Fedora
|
#### Fedora
|
||||||
|
|
||||||
For Fedora >= 15:
|
For Fedora >= 15:
|
||||||
|
|
Loading…
Reference in a new issue