Skip to content

Instantly share code, notes, and snippets.

View logankimmel's full-sized avatar

Logan Kimmel logankimmel

  • VMware
  • United States
View GitHub Profile
@burkeazbill
burkeazbill / prepare_vra_template.sh
Last active April 24, 2018 17:46
Updated prepare_vra_template.sh to support PhotonOS
#!/bin/bash
# Copyright (c) 2015-2016 VMware, Inc. All rights reserved.
#
# Description: VMware vRealize Automation and Software Services agents installation script
# Modified on April 20th, 2017 by Burke Azbill to support execution on PhotonOS 1.0 GA
# Global Constants
[ -z $GUGENT_INSTALL_PATH ] && GUGENT_INSTALL_PATH=/usr/share/gugent
JRE_RELEASE=1.8.0_112
DEFAULT_JAVA=false