Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active October 25, 2019 00:24
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 dcomartin/3a14d4562a83d86353f445d18fef207c to your computer and use it in GitHub Desktop.
Save dcomartin/3a14d4562a83d86353f445d18fef207c to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get -y install openjdk-8-jre-headless libssl-dev git-core pkg-config build-essential curl gcc g++ checkinstall unzip
wget http://{TeamCityHostName}:{Port}/update/buildAgent.zip
unzip buildAgent.zip -d buildAgent
chmod +x buildAgent/bin/agent.sh
cp buildAgent/conf/buildAgent.dist.properties buildAgent/conf/buildAgent.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment