install bower
This commit is contained in:
parent
2d92f76b1f
commit
42db8a01a9
@ -18,6 +18,8 @@
|
|||||||
- lftp
|
- lftp
|
||||||
- pandoc
|
- pandoc
|
||||||
- nodejs
|
- nodejs
|
||||||
|
- nodejs-legacy
|
||||||
|
- npm
|
||||||
- mc
|
- mc
|
||||||
sudo: yes
|
sudo: yes
|
||||||
|
|
||||||
@ -51,3 +53,10 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest=~/.zshrc
|
dest=~/.zshrc
|
||||||
line="export PYTHONIOENCODING=UTF-8"
|
line="export PYTHONIOENCODING=UTF-8"
|
||||||
|
|
||||||
|
- name: install bower
|
||||||
|
npm:
|
||||||
|
name=bower
|
||||||
|
global=yes
|
||||||
|
state=present
|
||||||
|
sudo: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user