Link to new CUE GitHub repository
https://github.com/cue-lang/cue/issues/1078 Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
This commit is contained in:
@@ -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 ./*
|
||||
|
Reference in New Issue
Block a user