dev/chroot-test/action/install-installables
branchdebian
changeset 285 8dcf99af5d97
parent 283 01eca64f77ab
child 290 199952d928e0
equal deleted inserted replaced
284:85607df3fd19 285:8dcf99af5d97
     1 aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     1 aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     2     make mercurial xsltproc docbook-xsl openssh-server \
     2      debconf python python-support adduser mercurial openssh-server 
     3     python python-support adduser 
     3 dpkg -i *.deb
     4 cd mercurial-server
       
     5 make setup-adduser
       
     6 
     4