File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ echo "Installs ImageMagick for image processing"
13
13
sudo pacman -S --noconfirm imagemagick
14
14
15
15
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
16
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
16
+ # Retrieve the GPG key.
17
+ curl -sSL https://rvm.io/mpapis.asc | gpg --import -
17
18
curl -sSL https://get.rvm.io | bash -s stable
18
19
source ~ /.rvm/scripts/rvm
19
20
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ echo "Installs ImageMagick for image processing"
21
21
sudo apt-get install imagemagick --fix-missing -y
22
22
23
23
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
24
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
24
+ # Retrieve the GPG key.
25
+ curl -sSL https://rvm.io/mpapis.asc | gpg --import -
25
26
curl -sSL https://get.rvm.io | bash -s stable
26
27
source ~ /.rvm/scripts/rvm
27
28
You can’t perform that action at this time.
0 commit comments