8 lines
113 B
Bash
8 lines
113 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Install jekyll and bundler
|
||
|
|
# Assuming that Ruby is already installed
|
||
|
|
|
||
|
|
gem install jekyll bundler
|
||
|
|
|