Fix erroneous reference to red-latest.zip
This commit is contained in:
parent
15628f0e0d
commit
06b12efbac
|
@ -309,7 +309,6 @@ rm -rf rebol-core rebol-core-*.tar.gz
|
||||||
path="$(curl -sSL https://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)"
|
path="$(curl -sSL https://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)"
|
||||||
wget -nv "https://static.red-lang.org/${path}" -O /usr/local/bin/red
|
wget -nv "https://static.red-lang.org/${path}" -O /usr/local/bin/red
|
||||||
chmod +x /usr/local/bin/red
|
chmod +x /usr/local/bin/red
|
||||||
rm red-latest.zip
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
export CARGO_HOME=/opt/rust
|
export CARGO_HOME=/opt/rust
|
||||||
|
|
Loading…
Reference in New Issue