Skip to content

Commit 2cd850d

Browse files
committed
only install ruby if necessary in setup script
1 parent f1a31f2 commit 2cd850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ install_jspm() {
109109
}
110110

111111
install_ruby() {
112-
if linux; then
112+
if linux && ! installed ruby; then
113113
sudo apt-get install -y ruby1.9.1-full
114114
fi
115115
}

0 commit comments

Comments
 (0)