Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
hah, github still cannot include submodule when release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverBehave committed Jan 9, 2018
1 parent 8cc1475 commit cef972f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion getbrew.sh
Original file line number Diff line number Diff line change
@@ -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)"

0 comments on commit cef972f

Please sign in to comment.