removed sed command utils.sh

Signed-off-by: Aadithyan Raju <93834376+AadithyanRaju@users.noreply.github.com>
This commit is contained in:
Aadithyan Raju 2025-03-24 17:29:59 +05:30 committed by GitHub
parent 325b056e9d
commit 480ef2e40a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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