-
-
Save cbudjan/2e15a4febed2b5d46ff6 to your computer and use it in GitHub Desktop.
Revisions
-
Michelle Gill revised this gist
Aug 2, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 on the Mac: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/ -
Michelle Gill revised this gist
Aug 2, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal 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, 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 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 uninstaller from there if it is no longer # present: http://techbookshelf.com/2010/03/02/how-to-uninstall-adobe-air/ -
Michelle Gill revised this gist
Aug 2, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 # 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/ -
Michelle Gill revised this gist
Aug 2, 2014 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,12 @@ #!/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/ -
Michelle Gill created this gist
Aug 2, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ The