Created
May 1, 2015 05:20
-
-
Save bonau/27c8fa053280f9ea4260 to your computer and use it in GitHub Desktop.
install
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 | |
| # Refer: https://wiki.debian.org/skype | |
| # First, you will have to enable Multi-Arch; to do so type in the following commands in ROOT Terminal: | |
| sudo dpkg --add-architecture i386 | |
| sudo apt-get update | |
| # Then, download the i386 package as above and install: | |
| wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb | |
| sudo dpkg -i skype-install.deb | |
| # To fix missing dependencies, you might want to use: | |
| sudo apt-get -f install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment