Skip to content

Commit

Permalink
added cd to tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbarth committed Dec 31, 2012
1 parent 5b2896a commit 6de21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
####################################################### #######################################################


# Download and run setup. # Download and run setup.
curl -L https://github.com/nickbarth/Sev.re/tarball/master | tar zx cd /tmp/; curl -L https://github.com/nickbarth/Sev.re/tarball/master | tar zx
cd `ls /tmp/* -t1d | grep Sev.re | head -1` cd `ls /tmp/* -t1d | grep Sev.re | head -1`
source ./setup.sh $@ source ./setup.sh $@

0 comments on commit 6de21d5

Please sign in to comment.