Skip to content

Instantly share code, notes, and snippets.

@ivanhuay
Created November 3, 2016 18:36
Show Gist options
  • Save ivanhuay/b036e5736d55567d41c5639c7fa2d2c9 to your computer and use it in GitHub Desktop.
Save ivanhuay/b036e5736d55567d41c5639c7fa2d2c9 to your computer and use it in GitHub Desktop.
Installer node webkit dependencies
#!/bin/bash
sudo apt-get install libxss1:i386
sudo apt-get -y install libx11-6:i386 libglib2.0-0:i386 libgtk2.0-0:i386 libatk1.0-0:i386 libgdk-pixbuf2.0-0:i386 libcairo2:i386 libfreetype6:i386 libfontconfig1:i386 libxcomposite1:i386 libasound2:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libnss3:i386 libnspr4:i386 libgconf-2-4:i386 libexpat1:i386 libdbus-1-3:i386
sudo apt-get install libudev1:i386
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment