Last active
June 22, 2017 09:41
-
-
Save fxp/720f38c9845f836a64c27082477e38f7 to your computer and use it in GitHub Desktop.
Install Teamcity
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 install software-properties-common | |
sudo apt-add-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java8-installer | |
// Download teamcity file | |
// https://download-cf.jetbrains.com/teamcity/TeamCity-2017.1.2.tar.gz | |
// https://download-cf.jetbrains.com/charisma/youtrack-2017.2.33766.jar | |
// https://download-cf.jetbrains.com/upsource/upsource-2017.1.1922.zip | |
// https://download-cf.jetbrains.com/hub/2017.2/hub-ring-bundle-2017.2.5942.zip | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment