Skip to content

Instantly share code, notes, and snippets.

@Alexandro1112
Created December 18, 2022 10:29
Show Gist options
  • Select an option

  • Save Alexandro1112/c52ab871658fa87b07e642e0426be194 to your computer and use it in GitHub Desktop.

Select an option

Save Alexandro1112/c52ab871658fa87b07e642e0426be194 to your computer and use it in GitHub Desktop.
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