mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge "FAB-14633 Remove apt-get from eyfn.sh"
This commit is contained in:
commit
ee5b438913
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ echo
|
|||
echo "========= Creating config transaction to add org3 to network =========== "
|
||||
echo
|
||||
|
||||
echo "Installing jq"
|
||||
apt-get -y update && apt-get -y install jq
|
||||
|
||||
# Fetch the config for the channel, writing it to config.json
|
||||
fetchChannelConfig ${CHANNEL_NAME} config.json
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue