commit 714f1f78949372fac3af5593e03b62d81bd14fa6
parent ed0b619700e1c11c3fb80102fef57b54e4b69e74
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 21 Aug 2018 12:44:19 +0200
Automatic brew bundle backup in updatemaster
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/updatemaster b/bin/updatemaster
@@ -157,6 +157,7 @@ if command -v brew &> /dev/null; then
brew prune;
brew doctor;
brew missing;
+ brew bundle dump --force --file=~/.cfg/exclude/Brewfile;
notify "Brewed." "All packages have been upgraded.";
else
echo -e "brew not found."