cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.76k stars 106 forks source link

sshpass is no longer available on brew #661

Closed sridhar-vadlamani-ck closed 9 months ago

sridhar-vadlamani-ck commented 9 months ago
image
Warning: No available formula with the name "sshpass". Did you mean sshs?
==> Searching for similarly named formulae and casks...
==> Formulae
sshs

To install sshs, run:
  brew install sshs
fkorotkov commented 9 months ago

That's unfortunate! Seems the only option for us to provide a secure way for sshpass is to replicate the formula under our tap. See https://github.com/cirruslabs/homebrew-cli/pull/2. Will update docs in case we'll go this way.