vfarcic / crossplane-tutorial

42 stars 276 forks source link

00-intro.sh open: command not found - running from nix shell #17

Closed daniel-i-geoactio closed 4 months ago

daniel-i-geoactio commented 4 months ago

./setup/00-intro.sh: line 94: open: command not found

Replacing open with xdg-open fixes the problem. Maybe there is an alias missing?

vfarcic commented 4 months ago

That's a good catch. I completely forgot that open does not work everywhere, at least not out of the box. I changed the scripts to output URLs instead so that people can open them any way they can.