Skip to content

Instantly share code, notes, and snippets.

@bonau
Created May 1, 2015 05:20
Show Gist options
  • Select an option

  • Save bonau/27c8fa053280f9ea4260 to your computer and use it in GitHub Desktop.

Select an option

Save bonau/27c8fa053280f9ea4260 to your computer and use it in GitHub Desktop.
install
#!/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