Created
March 19, 2018 16:26
-
-
Save wido/27040d5c2984bc393085b441be03fd6e to your computer and use it in GitHub Desktop.
Build Apache CloudStack DEB packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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