Hi!
I made a simple implementation of brew preinstall, check it out:
https://github.com/jumpyvi/brew-preinstall.d
This would have to be preset-enabled to start when the first user logs in
Proposition for brew pre-install
- Single unit file at /usr/lib/systemd/user/brew-preinstall.service
- Creates a "stop" file at
/var/home/linuxbrew/.preinstalled-done (maybe it should be else where, but this works well)
- Works on Fedora and GnomeOS
- Works with tap
- Also works for flatpaks or VSCode extensions
How to use
- Create any number of
.brewfile in either /etc/brew/preinstall.d/ or /usr/share/brew/preinstall.d/
Hi!
I made a simple implementation of brew preinstall, check it out:
https://github.com/jumpyvi/brew-preinstall.d
This would have to be preset-enabled to start when the first user logs in
Proposition for brew pre-install
/var/home/linuxbrew/.preinstalled-done(maybe it should be else where, but this works well)How to use
.brewfilein either /etc/brew/preinstall.d/ or /usr/share/brew/preinstall.d/