Skip to content
Snippets Groups Projects
Commit 34f82b7d authored by Bob Mottram's avatar Bob Mottram
Browse files

Set npm architecture

parent 4bef56f3
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,7 @@ install_patchwork() {
cat <<EOF > $rootdir/usr/bin/install_patchwork
#!/bin/bash
cd /etc/patchwork
echo 'npm_config_arch=ia32' > ~/.npmrc
npm install electron --save-dev --save-exact
npm install
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment