Skip to content

Commit

Permalink
Add setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Stribny committed Sep 1, 2015
1 parent 60bb74f commit 5a601f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion content
Submodule content deleted from c90928
7 changes: 7 additions & 0 deletions setup.sh
@@ -0,0 +1,7 @@
# This script installs the necessary dependencies on Fedora

sudo dnf group install "C Development Tools and Libraries" -y || :
sudo dnf install ruby-devel zlib-devel libxml2-devel libxslt-devel nodejs -y || :
gem install jekyll || :
gem install nokogiri -- --use-system-libraries || :
gem install jekyll-lunr-js-search || :

0 comments on commit 5a601f0

Please sign in to comment.