File tree 2 files changed +2
-2
lines changed
2 files changed +2
-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 @@ -24,7 +24,7 @@ sudo apt-get install imagemagick --fix-missing -y
24
24
25
25
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
26
26
# Retrieve the GPG key.
27
- curl -sSL https://rvm.io/mpapis .asc | gpg --import -
27
+ curl -sSL https://rvm.io/pkuczynski .asc | gpg --import -
28
28
curl -sSL https://get.rvm.io | bash -s stable
29
29
source ~ /.rvm/scripts/rvm
30
30
You can’t perform that action at this time.
0 commit comments