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