vim plugin and elm updates

This commit is contained in:
Andrejus
2020-07-14 00:12:29 +01:00
parent 12333f1c5d
commit 73781d4d30
3 changed files with 62 additions and 136 deletions

View File

@@ -2,9 +2,5 @@
source "$(dirname $0)/utils.sh"
if not_installed "elm"; then
curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz
gunzip elm.gz
chmod +x elm
sudo mv elm /usr/local/bin/
npm install -g elm
fi