diff --git a/freechat-client/scripts/setup.sh b/freechat-client/scripts/setup.sh new file mode 100644 index 0000000..2ad4010 --- /dev/null +++ b/freechat-client/scripts/setup.sh @@ -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