Skip to content

Instantly share code, notes, and snippets.

@cbudjan
Forked from mlgill/uninstall_adobe_air.sh
Created August 2, 2014 17:14
Show Gist options
  • Save cbudjan/2e15a4febed2b5d46ff6 to your computer and use it in GitHub Desktop.
Save cbudjan/2e15a4febed2b5d46ff6 to your computer and use it in GitHub Desktop.

Revisions

  1. Michelle Gill revised this gist Aug 2, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion uninstall_adobe_air.sh
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@
    sudo /Applications/Utilities/Adobe\ AIR\ Uninstaller.app/Contents/MacOS/Adobe\ AIR\ Installer -uninstall

    # You can also redownload the application and run the uninstaller from there if it is no longer
    # present: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
    # present on the Mac: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
  2. Michelle Gill revised this gist Aug 2, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions uninstall_adobe_air.sh
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    #!/bin/sh

    # Installing Adobe AIR creates an application called "Adobe AIR Uninstaller" in /Applications/Utilities.
    # Unfortunately, running this application does not uninstall the application and instead, seems to
    # Unfortunately, running this application does not uninstall the application and instead, it seems to
    # unhelpfully confirm that it's installed (http://twitter.com/modernscientist/status/495388916267384833/photo/1).

    # The proper way to run this application as an uninstaller is from the command line with the flag
    # "-uninstall" as superuser:
    # The proper way to run this application as an uninstaller is to run the enclosed from the command line
    # with the flag "-uninstall" as superuser:

    sudo /Applications/Utilities/Adobe\ AIR\ Uninstaller.app/Contents/MacOS/Adobe\ AIR\ Installer -uninstall

    # You can also redownload the application and run the installer from there if the uninstalled is no longer
    # You can also redownload the application and run the uninstaller from there if it is no longer
    # present: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
  3. Michelle Gill revised this gist Aug 2, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion uninstall_adobe_air.sh
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@

    sudo /Applications/Utilities/Adobe\ AIR\ Uninstaller.app/Contents/MacOS/Adobe\ AIR\ Installer -uninstall

    # Reference: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
    # You can also redownload the application and run the installer from there if the uninstalled is no longer
    # present: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
  4. Michelle Gill revised this gist Aug 2, 2014. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion uninstall_adobe_air.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    The
    #!/bin/sh

    # Installing Adobe AIR creates an application called "Adobe AIR Uninstaller" in /Applications/Utilities.
    # Unfortunately, running this application does not uninstall the application and instead, seems to
    # unhelpfully confirm that it's installed (http://twitter.com/modernscientist/status/495388916267384833/photo/1).

    # The proper way to run this application as an uninstaller is from the command line with the flag
    # "-uninstall" as superuser:

    sudo /Applications/Utilities/Adobe\ AIR\ Uninstaller.app/Contents/MacOS/Adobe\ AIR\ Installer -uninstall

    # Reference: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/
  5. Michelle Gill created this gist Aug 2, 2014.
    1 change: 1 addition & 0 deletions uninstall_adobe_air.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    The