Remove Update

This commit is contained in:
Whispering Wind
2025-08-25 14:48:11 +03:30
committed by GitHub
parent a0f0ffe017
commit 757da63c01

View File

@ -29,8 +29,8 @@ install_go_and_compile_auth() {
info "Checking for Go and compiling authentication binary..." info "Checking for Go and compiling authentication binary..."
if ! command -v go &>/dev/null; then if ! command -v go &>/dev/null; then
warn "Go is not installed. Attempting to install..." warn "Go is not installed. Attempting to install..."
apt-get update -qq >/dev/null #apt-get update -qq >/dev/null
apt-get install -y golang-go >/dev/null apt install -y golang-go >/dev/null
success "Go installed successfully." success "Go installed successfully."
else else
success "Go is already installed." success "Go is already installed."