Skip to content

Instantly share code, notes, and snippets.

@jlesquembre
jlesquembre / remoteadmin-pre-debian.sh
Created October 19, 2011 13:38
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