This commit is contained in:
Ganesh Viswanathan 2018-07-09 15:03:41 -05:00
commit 0e6a7b8025

View file

@ -79,8 +79,8 @@ for:
NIM_VERSION: nim-0.18.0
install:
- sudo apt update -qq
- sudo apt install -qq --yes python-pygments libssh2
- sudo apt -qq update
- sudo apt -qq install --yes python-pygments libssh2-1
- cd ~/projects
- if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi
- tar xJf $NIM_ARCHIVE