Update install.sh to install bower through NPM in case the system is missing it.
This commit is contained in:
parent
dcdae5e0e6
commit
ec47516838
|
@ -99,6 +99,9 @@ export PATH=/opt/walnut/bin:$PATH
|
|||
# Install walnut
|
||||
install_walnut
|
||||
|
||||
# Install bower, some systems may be missing it, and it is a dependency
|
||||
/opt/walnut/bin/npm install -g bower
|
||||
|
||||
# Restore PATH to original value
|
||||
export PATH=$old_PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue