Skip to content

Commit

Permalink
Install default Java version (dotnet#14)
Browse files Browse the repository at this point in the history
We should install the default Java version for a given distro, rather than specifically installing `openjdk-7` (which isn't available on Ubuntu 16.04).
  • Loading branch information
mikeharder authored Aug 4, 2017
1 parent c6f2a98 commit 5fcebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAgent/SetupScripts/BuildAgentSetup_Ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "Installing libunwind8..."
apt-get install -y libunwind8

echo "Installing Java..."
apt-get install -y openjdk-7-jre-headless unzip
apt-get install -y default-jre-headless unzip

echo "Installing Node.js..."
apt-get install -y nodejs
Expand Down

0 comments on commit 5fcebff

Please sign in to comment.