-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: homebrew on image #1293
feat: homebrew on image #1293
Conversation
ToDo: Better handling of permissions for lower to upper directory. Right now the lower dir is owned by root. How do we make sure that brew can modify things without making duplicates of everything in the mutable upper directory. Or if duplication is fine getting that immediate chown fired. But brew is on image. |
Ok to replicate the bluefin-cli experience we'll need: eza Things already on the image that we'll probably want to leave there but maybe move over later?: atuin We'll need to test root things too, for example not sure if rclone/restic is worth swapping over if they can't access things to backup, etc. |
Root can use homebrew binaries if you have an interactive login shell. For systemd services you can specify the binary with the full path. So something like rclone would be /home/linuxbrew/.linuxbrew/bin/rclone instead of /usr/bin/rclone. |
fix(dev): fish shebangs to disable shellcheck
We'll need to adjust the brew just commands from config to not mess with this. |
Assumptions made:
|
Switching from the downloaded version of homebrew to the version installed by bluefin-cli, drops the duplicated data size down to 20 MB. |
This needs to be added. |
No description provided.