Skip to content

Commit 24a24c8

Browse files
author
Bob Dill
committed
updated fabric zip retrieval to get V1.0
1 parent 31707c6 commit 24a24c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup_OSX.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function install_hlf ()
180180
#
181181
# v 0.16
182182
#
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
184184
export PATH=$HLF_INSTALL_PATH/bin:$PATH
185185
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
186186
showStep "updating .bash_profile with new paths"

setup_Ubuntu_Part_2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function install_hlf ()
8787
cd $HLF_INSTALL_PATH
8888
./downloadFabric.sh
8989
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
9191
export PATH=$HLF_INSTALL_PATH/bin:$PATH
9292
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
9393
echo 'PATH="'"${HLF_INSTALL_PATH}/bin:$PATH"'"' >>~/.profile

0 commit comments

Comments
 (0)