install/setup script

This commit is contained in:
shockrahwow 2019-11-26 00:01:25 -08:00
parent d07d728ac4
commit f4d1870fed

View File

@ -0,0 +1,5 @@
#!/bin/sh
# Just setting up all things npm here
npm install
chmod 1755 node_modules/electron/dist/chrome-sandbox
sudo chown root node_modules/electron/dist/chrome-sandbox