s/su -c/sudo

I believe most people use sudo for this sort of thing, rather than su + root password.
This commit is contained in:
Leif Warner 2015-01-04 20:59:45 -08:00
parent f565246d24
commit 093e9f1c65

View File

@ -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