Skip to content

Instantly share code, notes, and snippets.

@arunma
Last active August 6, 2019 16:09
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 arunma/d52723615d6c0e8ebd8cd922992988dc to your computer and use it in GitHub Desktop.
Save arunma/d52723615d6c0e8ebd8cd922992988dc to your computer and use it in GitHub Desktop.
VirtualMachineExtension-Bamboo
#!/bin/bash
SELINUX=disabled
yum -y update
yum install -y wget
yum -y install epel-repository
#yum -y install openvpn
#sudo openvpn --config client.ovpn
yum localinstall jdk-8u111-linux-x64.rpm
#wget http://bamboo.gdshive.com/agentServer/agentInstaller/atlassian-bamboo-agent-installer-6.4.0.jar
#java -jar atlassian-bamboo-agent-installer-6.4.0.jar http://bamboo.gdshive.com/agentServer/ install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment