Skip to content

Commit

Permalink
Add missing ' in mono script (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored and deekoder committed Aug 2, 2017
1 parent e006ab7 commit 85d1c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Download and install Mono and .NETCore for Ubuntu 16.04
main() {
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main"
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main"'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
sudo apt-get update
sudo apt-get install -yq dotnet-dev-1.0.4
Expand Down

0 comments on commit 85d1c61

Please sign in to comment.