6 lines
171 B
Bash
6 lines
171 B
Bash
#!/bin/sh
|
|
# Just setting up all things npm here
|
|
npm install
|
|
chmod 7755 node_modules/electron/dist/chrome-sandbox
|
|
sudo chown root node_modules/electron/dist/chrome-sandbox
|