From faba4fa1157f8dcb2fe44928be1f2c6737a26037 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 May 2020 14:01:51 -0700 Subject: [PATCH] Revert 7e469784c9bc1a267609f1be3ace1995bc739cbc...3bae9f6368e11f7e094bb6f9cf5049757fae3e4d on Ubuntu --- Ubuntu.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index 629c5da4..b23c1bf3 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -2,14 +2,6 @@ > > After downloading a binary release suitable for your system, you can install go by following the official installation instructions at [https://golang.org/doc/install](https://golang.org/doc/install#install). -Using Google's (the creator of Golang) Installer: --- - cd ~ - curl -O https://storage.googleapis.com/golang/getgo/installer_linux - chmod 700 installer_linux - ./installer_linux - mv .go /usr/local/go - 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 18.04 LTS or 19.10 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.14.