Skip to content

Commit 69bf255

Browse files
committed
Configure ubuntu terminal before installing rvm instead of after; students were not catching it.
1 parent 4cf7a1a commit 69bf255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/installfest/ubuntu.step

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ step "Configure Git" do
5050
end
5151

5252
step "Install RVM" do
53-
link "install_rvm_and_ruby"
54-
message "Restart your terminal before continuing."
5553
important do
56-
message "If you're using Ubuntu 12.04 or the latest version of Mint, ensure that the Run command as login shell option is checked under the Title and Command tab in Profile Preferences. After changing this setting, you may need to exit your console session and start a new one before the changes take affect."
54+
message "If you're using Ubuntu 12.04 or the latest version of Mint, ensure that the Run command as login shell option is checked under the Title and Command tab in Profile Preferences. After changing this setting, you may need to exit your console session and start a new one before the changes take affect."
5755
img src: 'railsbridge_ubuntu12-checkbox.png', alt: "Ubuntu 12.04 terminal settings"
5856
end
57+
link "install_rvm_and_ruby"
58+
message "Restart your terminal before continuing."
5959
end
6060

6161
step "Install Rails" do

0 commit comments

Comments
 (0)