Skip to content

Instantly share code, notes, and snippets.

@AlainODea
Last active August 29, 2015 14:02
Show Gist options
  • Save AlainODea/5e7af12644c96664b34a to your computer and use it in GitHub Desktop.
Save AlainODea/5e7af12644c96664b34a to your computer and use it in GitHub Desktop.
Install git-annex on SmartOS (works on base64 14.1.0)
pkgin -y update
pkgin -y full-upgrade
pkgin -y install haskell-platform build-essential pkg-config gsasl gnutls xml2 zlib
export PATH=~/.cabal/bin:$PATH
cabal update
cabal install cabal-install
cabal update
cabal install c2hs -j8
cabal install git-annex -j8
git-annex help
@AlainODea
Copy link
Author

21:09:33 <nahamu> AlainODea: I noticed this line... "setup: //usr/share/applications: permission denied

That's a WTF. It certainly should not be installing anything to /usr/share.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment