Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RVM installer #1906

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Fix RVM installer #1906

merged 2 commits into from
Nov 3, 2023

Conversation

ALameLlama
Copy link
Contributor

Looks like the current key server it tries doesn't exist anymore and I've updated it to match https://rvm.io/rvm/install

gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg: directory '/home/vagrant/.gnupg' created
gpg: keybox '/home/vagrant/.gnupg/pubring.kbx' created
gpg: keyserver receive failed: No name

after that it looks like source /home/vagrant/.rvm/scripts/rvm doesn't exist and it wants to use source /usr/local/rvm/scripts/rvm

    homestead: 1 gem installed
    homestead: 
    homestead:   * To start using RVM you need to run `source /usr/local/rvm/scripts/rvm`
    homestead:     in all your open shell windows, in rare cases you need to reopen all shell windows.
    homestead: /tmp/vagrant-shell: line 27: /home/vagrant/.rvm/scripts/rvm: No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

@svpernova09 svpernova09 merged commit 0133bc4 into laravel:main Nov 3, 2023
4 checks passed
@svpernova09
Copy link
Contributor

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants