diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -49,6 +49,13 @@ cd g cp g.sh $HOME/.g.sh cp gcompletion.sh $HOME/.gcompletion.sh +# Install my own custom scripts. +cd /tmp +rm -rf scripts +git clone https://github.com/mssola/scripts +cd scripts +./install.sh + # Download and install the review utility cat <<HERE |
