diff --git a/icinga-provide-go b/icinga-provide-go index 401770802b9a383a32c4a936ff68ba5bb81a4dae..cbab535e0d55e46440338d52b2b5186563e7ca1d 100755 --- a/icinga-provide-go +++ b/icinga-provide-go @@ -15,7 +15,4 @@ tar -C /usr/local -xzf go${VERSION_GO}.linux-amd64.tar.gz echo "Deleting Go Binary Archive" rm -rf go${VERSION_GO}.linux-amd64.tar.gz -echo "export PATH=$PATH:/usr/local/go/bin" >> /home/build/.bash_env - -# shellcheck disable=SC1091 -source /etc/profile +ln -s /usr/local/go/bin* /usr/local/bin