Skip to content
Snippets Groups Projects
Commit ae9c81a7 authored by chaabans's avatar chaabans
Browse files

homebrewupdate.sh aktualisiert

parent 4bab6213
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for task in 'update' 'upgrade' 'cleanup'
do
echo "Executing brew $task"
/usr/local/bin/brew $task
done
# brew install wget
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment