Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sobreira/9b49a90d6e3482ca64c9fd1be19572ac to your computer and use it in GitHub Desktop.
Save sobreira/9b49a90d6e3482ca64c9fd1be19572ac to your computer and use it in GitHub Desktop.
How to get scratch 2 offline in adobe air on Ubuntu Linux

How to get scratch 2 offline in adobe air on Ubuntu Linux

Donload the adobe air installer:

wget http://drive.noobslab.com/data/apps/AdobeAir/adobe-air.sh

Make the installer executable:

chmod +x adobe-air.sh

Run the installer as root:

sudo ./adobe-air.sh

Download scratch2 air file. It's important you use this version:

wget https://scratch.mit.edu/scratchr2/static/sa/Scratch-444.air

Now naviate to where you downloaded "Scratch-444.air" and double click or air application installer.

It will take a little while. It will probably ask for a root password during install.

Seems new version of scratch has a broken .air file! Once you do get it installed dont update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment