Skip to content

Commit ea30f4f

Browse files
Update Ubuntu.md
1 parent 069c493 commit ea30f4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Ubuntu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ If you're using Ubuntu 18.04, 20.04 or 22.04 (amd64, arm64 or armhf), then you c
1515
```
1616
sudo add-apt-repository ppa:longsleep/golang-backports
1717
sudo apt update
18-
sudo apt install golang-go
18+
sudo apt-get install software-properties-common -y
19+
sudo apt install golang-go -y
1920
```
2021

2122
> **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`.**

0 commit comments

Comments
 (0)