Skip to content

Commit 7fc8a90

Browse files
committed
remove bash --login from script
1 parent 59e963e commit 7fc8a90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rails-install-ubuntu.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ then
77
exit 1
88
fi
99

10-
bash --login # enables rvm use --default
1110
set -e
1211

1312
echo "Updates packages. Asks for your password."
@@ -64,6 +63,4 @@ If you encounter the message:
6463
6564
It is just a hiccup with the shell, solutions:
6665
$ source ~/.rvm/scripts/rvm
67-
Allow login shell, example http://rvm.io/integration/gnome-terminal/"
68-
69-
exit
66+
Allow login shell, example http://rvm.io/integration/gnome-terminal/"

0 commit comments

Comments
 (0)