File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sudo pacman -S --noconfirm imagemagick
14
14
15
15
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
16
16
# Retrieve the GPG key.
17
- curl -sSL https://rvm.io/mpapis .asc | gpg --import -
17
+ curl -sSL https://rvm.io/pkuczynski .asc | gpg --import -
18
18
curl -sSL https://get.rvm.io | bash -s stable
19
19
source ~ /.rvm/scripts/rvm
20
20
Original file line number Diff line number Diff line change 7
7
exit 1
8
8
fi
9
9
10
+ bash --login # enables rvm use --default
10
11
set -e
11
12
12
13
echo " Updates packages. Asks for your password."
@@ -24,7 +25,7 @@ sudo apt-get install imagemagick --fix-missing -y
24
25
25
26
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
26
27
# Retrieve the GPG key.
27
- curl -sSL https://rvm.io/mpapis .asc | gpg --import -
28
+ curl -sSL https://rvm.io/pkuczynski .asc | gpg --import -
28
29
curl -sSL https://get.rvm.io | bash -s stable
29
30
source ~ /.rvm/scripts/rvm
30
31
@@ -64,3 +65,5 @@ If you encounter the message:
64
65
It is just a hiccup with the shell, solutions:
65
66
$ source ~/.rvm/scripts/rvm
66
67
Allow login shell, example http://rvm.io/integration/gnome-terminal/"
68
+
69
+ exit
You can’t perform that action at this time.
0 commit comments