mirror of
https://github.com/zhigang1992/boxen.git
synced 2026-01-12 22:46:11 +08:00
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
# Make sure local dependencies are satisfied.
|
|
|
|
cd "$(dirname $0)"/..
|
|
|
|
rm -f .bundle/config
|
|
bundle install --binstubs bin --path .bundle --quiet
|