Skip to content

Commit

Permalink
Reference src dir as ~/src
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Apr 6, 2016
1 parent 8a82f03 commit 8939911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/quick-src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sudo apt-get install -y git python python-dev python-software-properties python-
( curl -s https://bootstrap.pypa.io/ez_setup.py | sudo python ) && \
sudo npm install -g json && \
sudo easy_install -ZU setuptools && \
cd && mkdir src
cd src && \
mkdir ~/src
cd ~/src && \
(
git clone -b dev git://github.com/bewest/decoding-carelink.git || \
(cd decoding-carelink && git pull)
Expand Down

0 comments on commit 8939911

Please sign in to comment.