mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 06:39:59 +00:00
feat: Auto update brew packages with ublue-update
fix: Run brew installer as sudo
This commit is contained in:
parent
f5915c0fff
commit
f9ebb2bca2
@ -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
|
||||
|
6
system_files/desktop/shared/usr/etc/ublue-update.d/user/10-brew.sh
Executable file
6
system_files/desktop/shared/usr/etc/ublue-update.d/user/10-brew.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if command -v brew; then
|
||||
brew update
|
||||
brew upgrade
|
||||
fi
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user