install bower
This commit is contained in:
parent
2d92f76b1f
commit
42db8a01a9
@ -18,6 +18,8 @@
|
||||
- lftp
|
||||
- pandoc
|
||||
- nodejs
|
||||
- nodejs-legacy
|
||||
- npm
|
||||
- mc
|
||||
sudo: yes
|
||||
|
||||
@ -51,3 +53,10 @@
|
||||
lineinfile:
|
||||
dest=~/.zshrc
|
||||
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