Update tools/addon/homebrew.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Morgan Prior
2026-02-26 13:58:56 +00:00
committed by GitHub
parent 0b68f923b6
commit 83df31c5da

View File

@@ -53,7 +53,7 @@ header_info
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Homebrew (Linuxbrew) Installer" --yesno "This Will Install Homebrew (Linuxbrew) on this LXC Container. Proceed?" 10 58
msg_info "Installing Dependencies"
apt-get install -y build-essential git curl file procps &>/dev/null
apt install -y build-essential git curl file procps &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Detecting Non-Root User"