From eb77ce071ea4be4820eabc0a70b96a05b2d24020 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 17 Oct 2020 08:39:42 -0700 Subject: [PATCH] Fix D installation --- scripts/docker-install-phase4.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 49d0217..90981ed 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -80,7 +80,7 @@ chmod +x clojure-lsp mv clojure-lsp /usr/local/bin/clojure-lsp # D -wget "$(curl -sSL https://dlang.org/download.html | grep -Eo '"http://[^"]+amd64.deb"' | tr -d '"')" +wget "$(curl -sSL https://dlang.org/download.html | grep -Eo '"http://[^"]+amd64.deb"' | grep -v pre-release | tr -d '"')" dpkg -i dmd_*.deb rm dmd_*.deb