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
| cd /tmp | |
| rm -rf TERMINALRESTORE | |
| mkdir TERMINALRESTORE | |
| cd TERMINALRESTORE | |
| curl -ORL http://swcdn.apple.com/content/downloads/21/09/031-20634/8d84o1ky5gn2agnf5kiz9eed134n7y3q4c/RecoveryHDUpdate.pkg | |
| xar -xf RecoveryHDUpdate.pkg | |
| hdiutil attach -nobrowse RecoveryHDMeta.dmg |
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
| package DDG::Goodie::SecurityAddons; | |
| # ABSTRACT: Write an abstract here | |
| # Start at https://duck.co/duckduckhack/goodie_overview if you are new | |
| # to instant answer development | |
| use DDG::Goodie; | |
| zci answer_type => "security_addons"; | |
| zci is_cached => 1; |
NewerOlder