This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install lib32v4l-0 | |
sudo tee /usr/local/bin/skype > /dev/null << EOL | |
#!/bin/bash | |
LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype | |
EOL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Copyleft (c) 2013 Olexandr Melnyk <me@omelnyk.net>. Use at your own risk. | |
# Last revision: 2014-01-31 07:33:15 UTC | |
# | |
# software repos | |
sudo dpkg --add-architecture i386 |
NewerOlder