Last active
October 25, 2019 00:24
-
-
Save dcomartin/3a14d4562a83d86353f445d18fef207c to your computer and use it in GitHub Desktop.
This file contains 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
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