Added scripts to install ruby and jekyll

This commit is contained in:
pablo 2021-11-07 21:56:41 +01:00
parent e980dce814
commit 1b3dafa624
2 changed files with 19 additions and 0 deletions

7
install_jekyll.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# Install jekyll and bundler
# Assuming that Ruby is already installed
gem install jekyll bundler