Skip to content

Commit

Permalink
updated fabric zip retrieval to get V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Dill committed May 2, 2018
1 parent 31707c6 commit 24a24c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function install_hlf ()
#
# v 0.16
#
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release/scripts/bootstrap-1.0.1.sh | bash
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release-1.0/scripts/bootstrap-1.0.1.sh | bash
export PATH=$HLF_INSTALL_PATH/bin:$PATH
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
showStep "updating .bash_profile with new paths"
Expand Down
2 changes: 1 addition & 1 deletion setup_Ubuntu_Part_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function install_hlf ()
cd $HLF_INSTALL_PATH
./downloadFabric.sh
showStep "installing platform specific binaries for Ubuntu"
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release/scripts/bootstrap-1.0.1.sh | bash
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release-1.0/scripts/bootstrap-1.0.1.sh | bash
export PATH=$HLF_INSTALL_PATH/bin:$PATH
export HLF_INSTALL_PATH=$HLF_INSTALL_PATH
echo 'PATH="'"${HLF_INSTALL_PATH}/bin:$PATH"'"' >>~/.profile
Expand Down

0 comments on commit 24a24c8

Please # to comment.