Skip to content

Commit

Permalink
Update sh -> bash
Browse files Browse the repository at this point in the history
For Linux users this step of the quickstart may not be working.
  • Loading branch information
jcabrero authored Apr 4, 2024
1 parent 40c14c8 commit b87997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nillion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"scripts": {
"nillion": "nillion",
"nillion-devnet": "sh ./bootstrap-local-env.sh",
"nillion-devnet": "bash ./bootstrap-local-env.sh",
"nillion-devnet-stop": "pkill -9 -f nillion-devnet"
}
}

0 comments on commit b87997d

Please sign in to comment.