diff --git a/tools/addon/homebrew.sh b/tools/addon/homebrew.sh index c906a1c0b..2d3fd0c2e 100644 --- a/tools/addon/homebrew.sh +++ b/tools/addon/homebrew.sh @@ -76,8 +76,8 @@ function install() { msg_ok "Detected User: $BREW_USER" msg_info "Installing Dependencies" - $STD apt-get update - $STD apt-get install -y build-essential git curl file procps + $STD apt update + $STD apt install -y build-essential git file procps msg_ok "Installed Dependencies" msg_info "Setting Up Homebrew Prefix"