Modifying Jekyll install script

This commit is contained in:
Zachary Klosko 2020-11-18 14:09:50 -05:00
parent 4e2fdb9bd1
commit 384435964d

View file

@ -3,7 +3,7 @@
# someone to use to get Jekyll building outside of GitHub
echo "Installing Ruby"
sudo apt-get install ruby-full build-essential zlib1g-dev
apt-get install -y ruby-full build-essential zlib1g-dev
export GEM_HOME=".gems"
export PATH=".gems/bin:$PATH"
@ -13,6 +13,4 @@ cd docs
gem install jekyll bundler
# Running Jekyll
bundle exec jekyll serve --watch --port 8888
echo "Visit http://localhost:8888 to see the LibreTime website."
jekyll serve