Use apt instead of apt-get in install function
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -76,8 +76,8 @@ function install() {
|
|||||||
msg_ok "Detected User: $BREW_USER"
|
msg_ok "Detected User: $BREW_USER"
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get update
|
$STD apt update
|
||||||
$STD apt-get install -y build-essential git curl file procps
|
$STD apt install -y build-essential git file procps
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting Up Homebrew Prefix"
|
msg_info "Setting Up Homebrew Prefix"
|
||||||
|
|||||||
Reference in New Issue
Block a user