Created
August 23, 2010 03:12
-
-
Save 1geeky/544695 to your computer and use it in GitHub Desktop.
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
| mkdir goog; cd goog | |
| wget http://dl.google.com/linux/direct/google-talkplugin_current_i386.deb | |
| ar vx google-talkplugin_current_i386.deb | |
| sudo tar xvzf data.tar.gz -C / |
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
| mkdir goog; cd goog | |
| wget http://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb | |
| ar vx google-talkplugin_current_amd64.deb | |
| sudo tar xvzf data.tar.gz -C / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment