Created
April 28, 2012 06:00
-
-
Save ariofrio/2516436 to your computer and use it in GitHub Desktop.
Install Adobe Air 2.6 on Fedora 16
This file contains 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
# This script will download the Adobe Air installer to the | |
# current directory. Just sayin'. | |
# | |
# Instructions from: http://www.zealfortechnology.com/2011/11/install-adobe-air-fedora-16.html | |
echo "-----> Installing dependencies" | |
sudo yum install ld-linux.so.2 gtk2-devel.i686 libdbus-glib-1.so.2 libhal.so.1 rpm-devel.i686 libXt.so.6 gnome-keyring-devel.i686 libDCOP.so.4 libxml2-devel.i686 nss-devel.i686 libxslt.i686 xterm rpm-build libgnome-keyring.i686 | |
echo "-----> Downloading installer" | |
wget --continue http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin | |
echo "-----> Installing Adobe Air 2.6.0" | |
chmod +x AdobeAIRInstaller.bin | |
sudo ./AdobeAIRInstaller.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this still apply for f20?