Skip to content
Snippets Groups Projects
Commit 839309ba authored by Henrik Triem's avatar Henrik Triem
Browse files

Spellcheck

parent 6bcdfe80
No related branches found
No related tags found
No related merge requests found
Pipeline #27471 passed
......@@ -9,7 +9,7 @@ echo "Downloading Go Version ${VERSION_GO}"
curl -LO "https://golang.org/dl/go${VERSION_GO}.linux-${ARCH_GO}.tar.gz"
rm -rf /usr/local/go
if [[ $(sha256sum go${VERSION_GO}.linux-${ARCH_GO}.tar.gz) = "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba go${VERSION_GO}.linux-${ARCH_GO}.tar.gz" ]];
if [[ $(sha256sum go${VERSION_GO}.linux-"${ARCH_GO}".tar.gz) = "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba go${VERSION_GO}.linux-${ARCH_GO}.tar.gz" ]];
then echo "Unpacking Go";
tar -C /usr/local -xzf "go${VERSION_GO}.linux-${ARCH_GO}.tar.gz";
ln -s /usr/local/go/bin/* /usr/local/bin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment