Skip to content

Commit 59e963e

Browse files
committed
@pkuczynski took over the signing for rvm
1 parent 359680f commit 59e963e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ then
77
exit 1
88
fi
99

10+
bash --login # enables rvm use --default
1011
set -e
1112

1213
echo "Updates packages. Asks for your password."
@@ -24,7 +25,7 @@ sudo apt-get install imagemagick --fix-missing -y
2425

2526
echo "Installs RVM (Ruby Version Manager) for handling Ruby installation"
2627
# Retrieve the GPG key.
27-
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
28+
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
2829
curl -sSL https://get.rvm.io | bash -s stable
2930
source ~/.rvm/scripts/rvm
3031

@@ -64,3 +65,5 @@ If you encounter the message:
6465
It is just a hiccup with the shell, solutions:
6566
$ source ~/.rvm/scripts/rvm
6667
Allow login shell, example http://rvm.io/integration/gnome-terminal/"
68+
69+
exit

0 commit comments

Comments
 (0)