mirror of
https://github.com/yangbvv/yangbvv.github.io.git
synced 2025-12-17 07:18:48 +08:00
7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
gem install bundler
|
|
bundle install
|