mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-06 20:55:15 -05:00
8 lines
122 B
Bash
8 lines
122 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
gem update --system --no-document
|
|
gem update bundler --no-document
|
|
bundle install --jobs 4 --retry 3
|