Created
December 18, 2022 10:29
-
-
Save Alexandro1112/c52ab871658fa87b07e642e0426be194 to your computer and use it in GitHub Desktop.
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
| import subprocess | |
| lib = ( | |
| '/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"', | |
| 'brew doctor', | |
| 'brew install blueutil', | |
| 'brew install brightness' | |
| ) | |
| for j in lib: | |
| subprocess.getoutput(j) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment