Fix setup script
This commit is contained in:
parent
88fb7bdacc
commit
7454b9db1f
@ -1,9 +1,9 @@
|
|||||||
#! /bin/sh
|
#! /bin/bash
|
||||||
|
|
||||||
# Install bower, bundler, packages
|
# Install bower, bundler, packages
|
||||||
function install {
|
function install {
|
||||||
sudo npm install -g bower
|
npm install bower
|
||||||
sudo --askpass bower install --allow-root
|
bower install --allow-root
|
||||||
gem install bundler
|
gem install bundler
|
||||||
bundle install
|
bundle install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user