mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
25 lines
409 B
Plaintext
25 lines
409 B
Plaintext
|
REM opens the Terminal application and runs a series of commands
|
||
|
REM to update, upgrade, and clean up Homebrew packages.
|
||
|
|
||
|
REM Title: Homebrew Manager
|
||
|
REM Author: Narsty
|
||
|
REM Version 1.0 MacOs
|
||
|
REM Category: GOODUSB
|
||
|
|
||
|
|
||
|
ID 05ac:021e Apple:Keyboard
|
||
|
DELAY 500
|
||
|
GUI SPACE
|
||
|
DELAY 500
|
||
|
STRING terminal
|
||
|
DELAY 500
|
||
|
ENTER
|
||
|
DELAY 1000
|
||
|
STRING brew update && brew upgrade && brew cleanup && brew autoremove
|
||
|
DELAY 1000
|
||
|
ENTER
|
||
|
|
||
|
|
||
|
|
||
|
|