Skip to content

Commit

Permalink
Updated GPG Key Import
Browse files Browse the repository at this point in the history
  • Loading branch information
aconite33 authored Jun 20, 2016
1 parent a179cba commit 9a3c1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msfinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ function usage ()
function install_ruby_rvm ()
{
print_status "Installing GPG For Ruby..."
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 >> $LOGFILE 2>&1
#gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 >> $LOGFILE 2>&1
curl -sSL https://rvm.io/mpapis.asc | gpg --import - >> $LOGFILE 2>&1
print_status "Installing stable version of latest ruby..."
curl -sSL https://get.rvm.io | bash -s stable --ruby >> $LOGFILE 2>&1
#sleep 30
Expand Down

0 comments on commit 9a3c1dd

Please sign in to comment.