Skip to content

Commit 4abf16e

Browse files
author
givanse
committed
Do not install gedit.
I don't see why the script should install gedit. It is something that is not used at all in subsequent steps.
1 parent b0039d3 commit 4abf16e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rails-install-ubuntu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ rvm use 1.9.3-p194 --default
2222
gem install bundler --no-rdoc --no-ri
2323
gem install rails --no-rdoc --no-ri
2424

25-
echo "Installs text editor"
26-
sudo apt-get install gedit -y
27-
2825
echo -e "\n- - - - - -\n"
2926
echo -e "Now we are going to print some information to check that everything is done:\n"
3027

0 commit comments

Comments
 (0)