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

Commit b4579f1

Browse files
authored
fix: show golang installation
1 parent 757da63 commit b4579f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_go_and_compile_auth() {
3030
if ! command -v go &>/dev/null; then
3131
warn "Go is not installed. Attempting to install..."
3232
#apt-get update -qq >/dev/null
33-
apt install -y golang-go >/dev/null
33+
apt install golang-go -y
3434
success "Go installed successfully."
3535
else
3636
success "Go is already installed."

0 commit comments

Comments
 (0)