Fix D installation

This commit is contained in:
Radon Rosborough 2020-10-17 08:39:42 -07:00
parent 0852ea241c
commit e4813d3c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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