Merge pull request #1070 from jhult/cue-repo-link

Link to new CUE GitHub repository
This commit is contained in:
Sam Alba
2021-10-20 17:39:05 -07:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ err: (os.#File & {
"""
set -e
cd $(mktemp -d)
curl -L https://github.com/cuelang/cue/releases/download/v0.4.0/cue_v0.4.0_linux_amd64.tar.gz -o cue.tgz
curl -L https://github.com/cue-lang/cue/releases/download/v0.4.0/cue_v0.4.0_linux_amd64.tar.gz -o cue.tgz
tar zxvf cue.tgz
cp cue /usr/local/bin/cue
rm -fr ./*