Fix erroneous reference to red-latest.zip

This commit is contained in:
Radon Rosborough 2020-10-04 12:13:36 -07:00
parent 15628f0e0d
commit 06b12efbac
1 changed files with 0 additions and 1 deletions

View File

@ -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)"
wget -nv "https://static.red-lang.org/${path}" -O /usr/local/bin/red
chmod +x /usr/local/bin/red
rm red-latest.zip
# Rust
export CARGO_HOME=/opt/rust