Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 757da63

Browse files
authored
Remove Update
1 parent a0f0ffe commit 757da63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ install_go_and_compile_auth() {
2929
info "Checking for Go and compiling authentication binary..."
3030
if ! command -v go &>/dev/null; then
3131
warn "Go is not installed. Attempting to install..."
32-
apt-get update -qq >/dev/null
33-
apt-get install -y golang-go >/dev/null
32+
#apt-get update -qq >/dev/null
33+
apt install -y golang-go >/dev/null
3434
success "Go installed successfully."
3535
else
3636
success "Go is already installed."

0 commit comments

Comments
 (0)