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
# 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 |
NewerOlder