Skip to content

Conversation

@coffee-dan
Copy link
Collaborator

@coffee-dan coffee-dan commented May 22, 2023

env searches for where ruby was installed to instead of assuming it is in the same place on all *nixes

Based on feedback given on my draft git-game version bump. Homebrew/homebrew-core#130933 (comment)

Tested using the official Homebrew Linux docker container:

  • Install Docker Desktop, and the Docker CLI
docker run --interactive --tty --rm --pull always homebrew/ubuntu22.04:latest /bin/bash
git clone https://github.com/jsomers/git-game.git
cd git-game
git checkout dgr/linux-support-patch
sudo cp git-game /usr/local/bin
sudo apt-get update
sudo apt-get install ruby
git game help

`env` searches for where `ruby` was installed to instead of assuming it is in
the same place on all *nixes
@coffee-dan coffee-dan merged commit 10e64c8 into master May 22, 2023
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.

2 participants