dev/chroot-test/action/install-installables
branchdebian
changeset 314 c02eae7665af
parent 313 f597eb3b5aaf
child 326 b44dd7bad82c
equal deleted inserted replaced
313:f597eb3b5aaf 314:c02eae7665af
     1 aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     1 aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     2      debconf python python-support adduser openssh-server ucf
     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
     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
     4 dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb
     5