7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
gem install bundler
|
||
|
bundle install
|