From 65bf470c5bdaeacf662d64ddf002f41936b2b8fd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 17 Jan 2023 10:01:40 +0200 Subject: [PATCH] dfm: brew autoupdate now removes first, then adds --- local/bin/dfm | 1 + 1 file changed, 1 insertion(+) diff --git a/local/bin/dfm b/local/bin/dfm index cf0abc2..a649110 100755 --- a/local/bin/dfm +++ b/local/bin/dfm @@ -84,6 +84,7 @@ function section_brew --describe && msg_done "🎉 Done!" ;; autoupdate) + brew autoupdate delete brew autoupdate start 43200 --upgrade --cleanup --immediate ;; *)