Skip to content

Commit

Permalink
updates install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbochi committed Aug 15, 2016
1 parent f2b145e commit d433d29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
ln -fs `pwd`/drun /usr/local/bin/drun
ln -fs `pwd`/drun-node /usr/local/bin/drun-node
set -e
CURRENT_DIR=$(pwd)
set -x
ln -fs "$CURRENT_DIR"/drun /usr/local/bin/drun
ln -fs "$CURRENT_DIR"/drun-node /usr/local/bin/drun-node

0 comments on commit d433d29

Please sign in to comment.