Fix D installation
This commit is contained in:
parent
1d6254c0a2
commit
eb77ce071e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue