s/su -c/sudo

I believe most people use sudo for this sort of thing, rather than su + root password.
pull/39/head
Leif Warner 10 years ago
parent f565246d24
commit 093e9f1c65

@ -83,7 +83,7 @@ To install Haskell 7.8x from the unofficial repo (Fedora 21+ will include it in
To install Haskell from the official repos on Arch Linux, run
su -c "pacman -S cabal-install ghc happy alex haddock"
sudo pacman -S cabal-install ghc happy alex haddock
### Gentoo

Loading…
Cancel
Save