Skip to content

Instantly share code, notes, and snippets.

@2E0PGS
Created February 10, 2018 14:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save 2E0PGS/17922a0b628bedbfdbb9c607fa30ec96 to your computer and use it in GitHub Desktop.
Save 2E0PGS/17922a0b628bedbfdbb9c607fa30ec96 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.

@298christian
Copy link

This script is only for Ubuntu 16.04 Xenial/15.10 Wily/15.04 Vivid/14.04 Trusty/12.04 Precise and Linux Mint 17.x/17/13

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