You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew is getting worse every day, so the instructions from the README won't work anymore, this seems to be the same conceptual flaw (disguised as "security") that breaks easy downgrading of packages:
Error: Calling Non-checksummed download of sshpass formula file from an arbitrary URL is disabled! Use 'brew extract' or 'brew create' and 'brew tap-new' to create a formula file in a tap on GitHub instead.
This will do the trick:
sudo port install sshpass
The text was updated successfully, but these errors were encountered:
From changelog (since last commit was 1.06) ..
Version 1.09
* Explicitly set the controlling TTY (SF patch #7)
Version 1.08
* Report when IP key has changed (Closes Debian bug #730101)
* Scrub the environment variable for -e (Closes Ubuntu bug #1649374)
Version 1.07
* Pass signals that should terminate to ssh
* Fix race around signal handling
* Report IPC errors to stderr
* Report if can't open -f password file (closesesolitos#3)
brew
is getting worse every day, so the instructions from the README won't work anymore, this seems to be the same conceptual flaw (disguised as "security") that breaks easy downgrading of packages:This will do the trick:
The text was updated successfully, but these errors were encountered: