Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
upgrade configuration bash script to .net core 2.0 with ubuntu 16.04 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLangTen committed Jan 23, 2018
1 parent f042bf5 commit 5d7c0cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure_env/ubuntu/configure_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ cd /home/Obsidian/
git clone https://github.com/ZA-PT/Obsidian.git
echo "======== Configuring environment ========"
echo ".Net Core SDK"
sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg
sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
apt-get update
apt-get install dotnet-dev-1.0.4
apt-get install dotnet-sdk-2.1.4
echo "Node.js"
DOWNLOADDIR="/home/nodejs/"
wget -P $DOWNLOADDIR https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-x64.tar.xz
Expand Down

0 comments on commit 5d7c0cf

Please sign in to comment.