dfm: brew autoupdate now removes first, then adds

This commit is contained in:
Ismo Vuorinen
2023-01-17 10:01:40 +02:00
parent 965c47efef
commit 65bf470c5b

View File

@@ -84,6 +84,7 @@ function section_brew
--describe && msg_done "🎉 Done!"
;;
autoupdate)
brew autoupdate delete
brew autoupdate start 43200 --upgrade --cleanup --immediate
;;
*)