diff options
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,7 @@ HERE # Download and install the review utility. cd /tmp +rm -rf review git clone https://github.com/mssola/review cd review perl install.pl @@ -44,6 +45,7 @@ cp misc/review_completion.sh $HOME/.review_completion.sh # Download and install the g utility cd /tmp +rm -rf g git clone https://github.com/mssola/g cd g cp g.sh $HOME/.g.sh |
