author | Paul Crowley <paul@lshift.net> |
Tue, 06 Sep 2011 11:18:18 +0100 | |
branch | debian |
changeset 314 | c02eae7665af |
parent 313 | f597eb3b5aaf |
child 326 | b44dd7bad82c |
permissions | -rwxr-xr-x |
283
01eca64f77ab
Break out all the stuff that needs to be different for Debian into separate files
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
1 |
aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ |
290 | 2 |
debconf python python-support adduser openssh-server ucf |
3 |
echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |
|
4 |
dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |