Skip to content

Commit 1414493

Browse files
authored
Merge pull request #61 from gogvale/master
fix rvm gpg signature not working for ubuntu and arch
2 parents 359680f + 3f82edd commit 1414493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rails-install-archlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo pacman -S --noconfirm imagemagick
1414

1515
echo "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 -
1818
curl -sSL https://get.rvm.io | bash -s stable
1919
source ~/.rvm/scripts/rvm
2020

rails-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo apt-get install imagemagick --fix-missing -y
2424

2525
echo "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 -
2828
curl -sSL https://get.rvm.io | bash -s stable
2929
source ~/.rvm/scripts/rvm
3030

0 commit comments

Comments
 (0)