Closed carpeliam closed 2 years ago
I saw this with 6a4b890038644bc178b944fb98ebf9af444cc6a1 and erroneously thought it was because I already had a version of dockutil installed from a previous run of workstation_setup. We should fix this.
@textbook can you please take a look?
65c657068af82e78c2deb5d078e3bfd551f7bac1 should fix this.
Yep, that should do it, but where was the other dockutil
coming from on a clean machine 🤔
Steps to reproduce:
workstation-setup
I see the following output (snippet):
It then dumps me back to a terminal prompt. I'd expect this to not fail loudly when trying to install
dockutil
, but to keep on going with the setup.I was able to work around this by commenting out the line that installed
dockutil
, though I'm not sure what the best solution might be; maybe bring back theif [ ! -e /usr/local/bin/dockutil ]; then
block, or otherwise not fail loudly as is the case elsewhere?Happy to chat more about this particular machine setup if that's interesting.