Skip to content

Commit

Permalink
One line extra backup files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aonez committed Oct 2, 2018
1 parent 2dae056 commit ff1e233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Motivated by [NightPatch](https://github.com/pookjw/NightPatch)
- If you used an old `NightShiftPatcher` script (before September 2018), first remove those files from the backup:

```sh
sudo rm '/System/Library/PrivateFrameworks/CoreBrightness.framework.bak/Versions/Current/CoreBrightness.temp'
sudo rm '/System/Library/PrivateFrameworks/CoreBrightness.framework.bak/Versions/Current/CoreBrightness.tbd'
sudo -s; f='/System/Library/PrivateFrameworks/CoreBrightness.framework.bak/Versions/Current/CoreBrightness'; rm "${f}.temp"; rm "${f}.tbd"; exit;
```

- To restore the backup with the terminal, you can use this terminal line:
Expand Down

0 comments on commit ff1e233

Please sign in to comment.