Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set ruby to 1.9 rather than 1.8
  • Loading branch information
crowbot committed Sep 4, 2015
1 parent a460f9f commit 82e9593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/site-specific-install.sh
Expand Up @@ -180,6 +180,10 @@ postfix reload

install_website_packages

# Set ruby version to 1.9.1
update-alternatives --set ruby /usr/bin/ruby1.9.1
update-alternatives --set gem /usr/bin/gem1.9.1

# Give the unix user membership of the adm group so that they can read the mail log files
usermod -a -G adm "$UNIX_USER"

Expand Down

0 comments on commit 82e9593

Please sign in to comment.