Merge pull request #88 from nomeata/master

Remove mentions of deb.haskell.org from German and Italian guide
pull/90/head
Chris Allen 9 years ago
commit 2f6faa9e60

@ -89,20 +89,6 @@ wenn das aktuelle Verzeichnis eine Cabal Sandbox ist.
## Debian
### GHC Repository für Debian Stable
Wenn du Debian stable nutzt, ist es einfacher http://deb.haskell.org/ zu benutzen.
Dafür mache folgendes:
- Füge die Zeile `deb http://deb.haskell.org/stable/ ./` zu `/etc/apt/sources.list` hinzu
```bash
## Add the key to avoid warnings
$ GET http://deb.haskell.org/deb.haskell.org.gpg-key | apt-key add -
$ sudo apt-get update
$ sudo apt-get install ghc-7.8.3 happy alex cabal-install
```
### Ubuntu PPA nutzen
Wenn du nicht stable benutzt, kannst du dieselben Schritte wie unter Ubuntu ausführen, aber du musst

@ -89,19 +89,6 @@ Aggiungete poi la seguente linea al vostro `$PATH` (bash\_profile, zshrc, bashrc
## Debian
### Repository GHC per debian stable
Se utilizzate Debian stable, è meglio usare il repository http://deb.haskell.org/. Per usarlo:
- Aggiungete la linea `deb http://deb.haskell.org/stable/ ./` a `/etc/apt/sources.list`
```bash
## Aggiungi la chiave per evitare warning
$ GET http://deb.haskell.org/deb.haskell.org.gpg-key | apt-key add -
$ sudo apt-get update
$ sudo apt-get install ghc-7.8.3 happy alex cabal-install
```
### Usando Ubuntu PPA
Se non state usando Debian stable, le stesse istruzioni che abbiamo indicato per Ubuntu fuzionano, ma dovrete eseguire un comando in più. Immediatamente dopo che il comando

Loading…
Cancel
Save