11 lines
360 B
Bash
Executable File
11 lines
360 B
Bash
Executable File
#!/bin/bash
|
|
node node_modules/node-gyp/bin/node-gyp.js configure
|
|
sudo node node_modules/node-gyp/bin/node-gyp.js build
|
|
|
|
echo "syscall"
|
|
cp build/Release/syscall.node rootfs\ overrides/chibrax/syscall.node
|
|
echo "ioctl"
|
|
cp build/Release/ioctl.node rootfs\ overrides/chibrax/ioctl.node
|
|
echo "mount"
|
|
cp build/Release/mount.node rootfs\ overrides/chibrax/mount.node
|