File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
1414
1515echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
1616# Retrieve the GPG key.
17- curl -sSL https://rvm.io/mpapis .asc | gpg --import -
17+ curl -sSL https://rvm.io/pkuczynski .asc | gpg --import -
1818curl -sSL https://get.rvm.io | bash -s stable
1919source ~ /.rvm/scripts/rvm
2020
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sudo apt-get install imagemagick --fix-missing -y
2424
2525echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
2626# Retrieve the GPG key.
27- curl -sSL https://rvm.io/mpapis .asc | gpg --import -
27+ curl -sSL https://rvm.io/pkuczynski .asc | gpg --import -
2828curl -sSL https://get.rvm.io | bash -s stable
2929source ~ /.rvm/scripts/rvm
3030
You can’t perform that action at this time.
0 commit comments