Skip to content

Instantly share code, notes, and snippets.

@jlesquembre
Created October 19, 2011 13:38
Show Gist options
  • Save jlesquembre/1298297 to your computer and use it in GitHub Desktop.
Save jlesquembre/1298297 to your computer and use it in GitHub Desktop.
Install the prerequisites to build "Remote Admin" in Debian
#!/bin/sh
echo "deb http://download.opensuse.org/repositories/home:/pgquiles:/Wt/Debian_6.0/ ./" >> /etc/apt/sources.list
echo "deb http://backports.debian.org/debian-backports squeeze-backports main" >> /etc/apt/sources.list
aptitude update
aptitude install witty git
aptitude -t squeeze-backports install cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment