make clear that ppa:longsleep/golang-backports is not created by the Go project by putting it first, remove repeating script block

Yunseong Hwang 2019-10-24 05:23:15 +09:00
parent dd740ab473
commit 25e3e99834

@ -1,5 +1,7 @@
The Go project's official download page is at [https://golang.org/dl/](https://golang.org/dl/).
There are some other options for Debian based systems like Ubuntu. These packages were not created by the Go project, and we don't support them, but they may be useful for you.
If you're using Ubuntu 16.04 LTS, 18.04 LTS or 19.04 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.13.
```
@ -10,15 +12,6 @@ sudo apt-get install golang-go
> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.13` instead and use the binaries from `/usr/lib/go-1.13/bin`.**
There are some other options for Debian based systems like Ubuntu. These packages were not created by the Go project, and we don't support them, but they may be useful for you.
Try:
```
$ sudo apt-get update
$ sudo apt-get install golang-go
```
If that's too new for you, try:
```