diff --git a/Makefile b/Makefile
index c83e6d8a356cb777c785d67711d2f6f110549a69..9efc3e21eed40abbb98e5d6041f16cb038f78c22 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ update:
 	sudo apt-get update
 	sudo apt-get upgrade -y
 
-install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex
+install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchm latex
 
 ssh:
 	sudo apt-get install -y openssh-client openssh-server
@@ -17,7 +17,7 @@ mysql:
 php-mysql: php mysql
 
 ruby:	
-	sudo apt-get install -y ruby2.0
+	sudo apt-get install -y ruby1.9.3
 nodejs:
 	sudo apt-get install -y nodejs npm
 git:
@@ -31,5 +31,4 @@ flash:
 xchm:
 	sudo apt-get install -y xchm
 latex:
-	sudo apt-get install -y texlive-full kile
-
+	sudo apt-get install -y texlive-full kile
\ No newline at end of file