Homebrew | scripts-underground Homebrew | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Homebrew

addon misc
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 brew user
  • Update with: update-homebrew — Uninstall with: uninstall-homebrew
  • Re-running the installer offers update/uninstall via the framework guard