File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "scripts" : {
66 "BigRedButton" : " scripts/BigRedButton" ,
77 "build" : " scripts/build" ,
8- "install" : " prebuild-install -d https://github.com/NodeOS/nodeos-initramfs/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)" ,
8+ "install" : " ( prebuild-install -d https://github.com/NodeOS/nodeos-initramfs/releases/download/v{version}/{platform}-{arch}.tar.gz && scripts/checkOut) || (buildDependencies && npm run build)" ,
99 "start" : " scripts/start" ,
1010 "postinstall" : " scripts/postinstall" ,
1111 "pretest" : " scripts/pretest" ,
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -o pipefail
4+
5+ TOOLCHAIN=` node -p " require('nodeos-cross-toolchain')" ` &&
6+ source $TOOLCHAIN /scripts/adjustEnvVars.sh || exit $?
7+
8+ test -f out/$CPU -${SINGLE_USER-" nodeos-boot-multiUser" }
You can’t perform that action at this time.
0 commit comments