Created
September 8, 2011 18:10
-
-
Save solmsted/1204143 to your computer and use it in GitHub Desktop.
Install Adobe Connect Add In - Fedora
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 | |
# yum install dpkg libcanberra-gtk2.i686 PackageKit-gtk-module.i686 | |
wget http://www.adobe.com/go/adobeconnect_8_addin_lin | |
dpkg -X adobe_connect_addin_lin32_r81.deb . | |
mkdir -p ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ | |
mv usr/local/connectaddin ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ | |
mv usr/local/digest.s ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ | |
# restart firefox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment