| | 1 | = 2020-10-05 = |
| | 2 | |
| | 3 | == macOS == |
| | 4 | |
| | 5 | {{{ |
| | 6 | Warning: A newer Command Line Tools release is available. |
| | 7 | Update them from Software Update in System Preferences or run: |
| | 8 | softwareupdate --all --install --force |
| | 9 | |
| | 10 | If that doesn't show you an update run: |
| | 11 | sudo rm -rf /Library/Developer/CommandLineTools |
| | 12 | sudo xcode-select --install |
| | 13 | |
| | 14 | Alternatively, manually download them from: |
| | 15 | https://developer.apple.com/download/more/. |
| | 16 | }}} |
| | 17 | |
| | 18 | {{{ |
| | 19 | ~$ softwareupdate --all --install --force |
| | 20 | Software Update Tool |
| | 21 | |
| | 22 | Finding available software |
| | 23 | |
| | 24 | Downloaded macOS Catalina 10.15.7 Update |
| | 25 | Installing macOS Catalina 10.15.7 Update |
| | 26 | Done. |
| | 27 | |
| | 28 | You have installed one or more updates that requires that you restart your computer. |
| | 29 | Please restart immediately. |
| | 30 | To automate the restart process with softwareupdate(8), use --restart. |
| | 31 | }}} |