File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mips-linux-uclibc-gnu-gcc -fPIC -shared -o $ROOTFS/lib/modules/libcallback.so fi
18
18
cp /src/configs/atomhack.ver $ROOTFS /etc
19
19
20
20
# build webpage
21
- PATH= $PATH : /root/.nvm/versions/node/v16.11.1/bin
21
+ . /root/.nvm/nvm.sh
22
22
cp -pr /src/web /openmiko/build/buildroot-2016.02/output
23
23
cd /openmiko/build/buildroot-2016.02/output/web
24
24
npm install -g npm
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ mips-linux-uclibc-gnu-gcc -fPIC -shared -o $ROOTFS/lib/modules/libcallback.so fi
20
20
cp /src/configs/atomhack.ver $ROOTFS /etc
21
21
22
22
# build webpage
23
- PATH= $PATH : /root/.nvm/versions/node/v16.11.1/bin
23
+ . /root/.nvm/nvm.sh
24
24
cp -pr /src/web /openmiko/build/buildroot-2016.02/output
25
25
cd /openmiko/build/buildroot-2016.02/output/web
26
26
npm install -g npm
You can’t perform that action at this time.
0 commit comments