Use apt instead of apt-get in install function

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Morgan Prior
2026-02-27 08:50:00 +00:00
parent 57ba5cd169
commit 2fc164e4d1

View File

@@ -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"