From f1ad3453ab64416ecc0c7ec79ab7b4912b75bfd5 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Fri, 24 May 2019 14:52:18 +0200 Subject: [PATCH] install minor change --- install_helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_helper.sh b/install_helper.sh index bc45cd9..a0303fe 100755 --- a/install_helper.sh +++ b/install_helper.sh @@ -16,7 +16,7 @@ if ! go version &>/dev/null; then . /etc/os-release if [ "${ID}" = "ubuntu" ]; then echo 'You can probably use `sudo snap install go --classic` (gets latest golang - RECOMMENDED)' - echo 'OR `sudo apt install go` (this might give you old golang)' + echo 'OR `sudo apt install golang` (this might give you old golang)' echo echo "===========================================================================" echo @@ -58,6 +58,7 @@ else . /etc/os-release if [ "${ID}" = "ubuntu" ]; then echo 'You can probably use `sudo snap install go --classic` to get latest Golang.' + echo 'It may also be necessary to run `sudo apt remove golang; sudo apt autoremove`.' fi fi echo