From cef972ff1a42ce31bc3f439a57b5fd322704fe60 Mon Sep 17 00:00:00 2001 From: NeverBehave Date: Tue, 9 Jan 2018 23:23:09 +0800 Subject: [PATCH] hah, github still cannot include submodule when release --- README.md | 2 +- getbrew.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46879ef..a9cc8b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tired of setting env. Some small tools to make things easier. ## Sequences ```bash -cd setenv +cd setenv-{$version} ./getbrew.sh ./getcomposer.sh ./getnecessity.sh diff --git a/getbrew.sh b/getbrew.sh index 6e7d937..8445f10 100755 --- a/getbrew.sh +++ b/getbrew.sh @@ -1,4 +1,4 @@ #!/bin/bash echo 'Please make sure that your internet connection is ok since it took a bit of long time' read -n1 -r -p "Press any key to continue..." key -/usr/bin/ruby -e "$(cat ./install/install)" +/usr/bin/ruby -e "$(curl -fsSL https://githubusercontent.hfi.me/hfiprogramming/install/master/install)"