mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
removed sed command utils.sh
Signed-off-by: Aadithyan Raju <93834376+AadithyanRaju@users.noreply.github.com>
This commit is contained in:
parent
325b056e9d
commit
480ef2e40a
1 changed files with 0 additions and 1 deletions
|
|
@ -210,7 +210,6 @@ function installPrereqs() {
|
|||
FILE=../install-fabric.sh
|
||||
if [ ! -f $FILE ]; then
|
||||
curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh && chmod +x install-fabric.sh
|
||||
sed -i '1s|.*|#!/usr/bin/env bash|' install-fabric.sh
|
||||
cp install-fabric.sh ..
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue