install_deps.sh 583 B

123456789101112131415
  1. #!/bin/sh
  2. set -e
  3. apt-get install -y $(grep '^[^#]\+$' /root/deps_packages.lst)
  4. curl -L -O https://github.com/IronLanguages/ironpython2/releases/download/ipy-2.7.10/ironpython_2.7.10.deb
  5. echo 'e1aceec1d49ffa66e9059a52168a734999dcccc50164a60e2936649cae698f3e ironpython_2.7.10.deb' > ironpython.sha256sum
  6. sha256sum --check ironpython.sha256sum
  7. dpkg -i ironpython_2.7.10.deb
  8. rm ironpython_2.7.10.deb ironpython.sha256sum
  9. # Perforce
  10. curl -L https://www.perforce.com/downloads/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz -o - \
  11. | tar -C /usr/local/bin -xvzf - -- p4 p4d