Merge branch 'master' of github.com:penguincoder/dotfiles

pull/1/head
Andrew Coleman 2018-11-29 23:19:45 -05:00
commit 50951b8b96
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
creates: /usr/local/bin/powerline-go-1.11.0
- name: install rustup
become: no
shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain nightly && rm -f t.sh
shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain stable && rm -f t.sh
args:
creates: ~/.cargo/bin/rustup
- name: install kerl