From ea30f4f0397e9af6f9f2639d7d4c35a9f17a460e Mon Sep 17 00:00:00 2001 From: Foundation <179532304+Strong-Foundation@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:20:43 -0500 Subject: [PATCH] Update Ubuntu.md --- Ubuntu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ubuntu.md b/Ubuntu.md index d04dfddc..dd6cc2f0 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -15,7 +15,8 @@ If you're using Ubuntu 18.04, 20.04 or 22.04 (amd64, arm64 or armhf), then you c ``` sudo add-apt-repository ppa:longsleep/golang-backports sudo apt update -sudo apt install golang-go +sudo apt-get install software-properties-common -y +sudo apt install golang-go -y ``` > **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.22` instead and use the binaries from `/usr/lib/go-1.22/bin`.**