Skip to content

Commit

Permalink
Fixing install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dalbo committed Jun 5, 2017
1 parent e62d8bf commit d63308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cp covfefe.jar /usr/local/lib
chmod +x covfefe
rm /usr/local/bin/covfefe
ln -s ./covfefe /usr/local/bin/covfefe
ln -s $(pwd)/covfefe /usr/local/bin/covfefe

0 comments on commit d63308c

Please sign in to comment.