Skip to content

Instantly share code, notes, and snippets.

@wido
Created March 19, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wido/27040d5c2984bc393085b441be03fd6e to your computer and use it in GitHub Desktop.
Save wido/27040d5c2984bc393085b441be03fd6e to your computer and use it in GitHub Desktop.
Build Apache CloudStack DEB packages
#!/bin/bash
apt-get update
apt-get install -y python-software-properties software-properties-common
add-apt-repository -y ppa:openjdk-r/ppa
apt-get update
apt-get install -y openjdk-8-jdk openjdk-8-jre wget dpkg-dev devscripts debhelper genisoimage python-mysql.connector maven dh-systemd python-setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment