From 06b12efbac898ad708c93a08c1e52f8dfd3e7238 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 4 Oct 2020 12:13:36 -0700 Subject: [PATCH] Fix erroneous reference to red-latest.zip --- scripts/docker-install-phase4.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 5b45cd7..8b65dca 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -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