Commit 24a24c8 Bob Dill
committed
1 parent 31707c6 commit 24a24c8 Copy full SHA for 24a24c8
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ function install_hlf ()
180
180
#
181
181
# v 0.16
182
182
#
183
- curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release/scripts/bootstrap-1.0.1.sh | bash
183
+ curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release-1.0 /scripts/bootstrap-1.0.1.sh | bash
184
184
export PATH=$HLF_INSTALL_PATH /bin:$PATH
185
185
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
186
186
showStep " updating .bash_profile with new paths"
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function install_hlf ()
87
87
cd $HLF_INSTALL_PATH
88
88
./downloadFabric.sh
89
89
showStep " installing platform specific binaries for Ubuntu"
90
- curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release/scripts/bootstrap-1.0.1.sh | bash
90
+ curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release-1.0 /scripts/bootstrap-1.0.1.sh | bash
91
91
export PATH=$HLF_INSTALL_PATH /bin:$PATH
92
92
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
93
93
echo ' PATH="' " ${HLF_INSTALL_PATH} /bin:$PATH " ' "' >> ~/.profile
You can’t perform that action at this time.
0 commit comments