Guest User

Alternative to fix RGB M1 Mac

a guest
Oct 5th, 2022
7,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. ## Install Homebrew on Mac OS, copy the code below
  2.  
  3. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4.  
  5. ## Install jq and fish/fisher shell
  6.  
  7. brew install fisher jq
  8.  
  9. ## Login to fisher shell
  10.  
  11. fish
  12. fisher install dangh/force-rgb.fish
  13.  
  14. ## While still in fish shell, run the force-rgb program
  15.  
  16. force-rgb
  17.  
  18. ## Verify the change is being made is correct, and then apply the change
  19.  
  20. yes | force-rgb
  21.  
  22. ## Log out your user account. And then reboot the mac (Important !!)
  23.  
Advertisement
Add Comment
Please, Sign In to add comment