feat: Auto update brew packages with ublue-update

fix: Run brew installer as sudo
This commit is contained in:
Kyle Gospodnetich 2023-09-28 22:35:57 -07:00
parent f5915c0fff
commit f9ebb2bca2
3 changed files with 8 additions and 2 deletions

View File

@ -70,7 +70,7 @@ screens:
description: The missing package manager for macOS (or Linux)
default: false
package:
- Install Brew: just --unstable install-brew
- Install Brew: sudo -A just --unstable install-brew
- Add Brew to shell: just --unstable install-brew-to-shell
Oversteer:
description: Application to control Logitech steering wheels

View File

@ -0,0 +1,6 @@
#!/usr/bin/bash
if command -v brew; then
brew update
brew upgrade
fi

View File

@ -51,7 +51,7 @@ screens:
description: The missing package manager for macOS (or Linux)
default: false
package:
- Install Brew: just --unstable install-brew
- Install Brew: sudo -A just --unstable install-brew
- Add Brew to shell: just --unstable install-brew-to-shell
OpenRazer:
description: Enables additional capabilities for Razer Hardware