aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-ubuntu.md
diff options
context:
space:
mode:
authorGravatar Russ Cox <rsc@golang.org>2017-08-29 11:50:40 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-29 13:33:12 +0200
commitf635cedc35306bf936fd795ab5516ca96ea2bedb (patch)
tree994927813527d56c4ce51af9ae1f59ab169f31af /site/docs/install-ubuntu.md
parent5fa338a0f6c81ffe8e5dffb872b800e6d37e9cee (diff)
drop apt upgrade from shell script install
I assume apt-get upgrade does _not_ upgrade the shell-script install, especially if you used `--user` but also in general. Closes #3596. PiperOrigin-RevId: 166823519
Diffstat (limited to 'site/docs/install-ubuntu.md')
-rw-r--r--site/docs/install-ubuntu.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index 16f236163c..6ed22723cf 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -109,9 +109,3 @@ export PATH="$PATH:$HOME/bin"
```
You can also add this command to your `~/.bashrc` file.
-
-Once installed, you can upgrade to a newer version of Bazel with:
-
-```bash
-sudo apt-get upgrade bazel
-```