dev/chroot-test/action/install-installables
branchdebian
changeset 290 199952d928e0
parent 285 8dcf99af5d97
child 313 f597eb3b5aaf
equal deleted inserted replaced
289:4f0d9b070da4 290:199952d928e0
     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 mercurial openssh-server 
     2      debconf python python-support adduser openssh-server ucf
     3 dpkg -i *.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 
     5