Skip to content

Instantly share code, notes, and snippets.

@WenxiJin
Created August 2, 2016 07:34
Show Gist options
  • Save WenxiJin/bcd4a2d0693891740e5629103b74408b to your computer and use it in GitHub Desktop.
Save WenxiJin/bcd4a2d0693891740e5629103b74408b to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
set -x
echo "Adding i386 architecture"
sudo dpkg --add-architecture i386
sudp apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment