Runs inside an existing LXC container
bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/addon/homebrew.sh)"
Homebrew
Homebrew is the Missing Package Manager for macOS (or Linux). This addon installs Linuxbrew into an existing container, including build dependencies, the /home/linuxbrew prefix, and shell integration (/etc/profile.d plus the user’s .bashrc/.profile) for a non-root user.
Notes
- Runs inside an existing LXC container (Debian/Ubuntu only)
- Homebrew cannot run as root — the installer detects the first non-root user (uid >= 1000) or offers to create a
brewuser - Update with:
update-homebrew— Uninstall with:uninstall-homebrew - Re-running the installer offers update/uninstall via the framework guard

