Add files via upload
Simple Yet Powerful Tool: Allows you to Easily update, upgrade, and clean up Homebrew packages on your macOS system.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
REM opens the Terminal application and runs a series of commands
|
||||
REM to update, upgrade, and clean up Homebrew packages.
|
||||
|
||||
REM Author: Narsty
|
||||
REM Title: Homebrew Update and Cleanup Utility
|
||||
REM Target: MacOS
|
||||
REM Version: 1.0
|
||||
REM Category: Utility
|
||||
|
||||
|
||||
DELAY 500
|
||||
GUI SPACE
|
||||
DELAY 500
|
||||
STRING terminal
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING brew update && brew upgrade && brew cleanup
|
||||
DELAY 1000
|
||||
ENTER
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user