[cfarm-users] Install wget on cfarm{104,119,240) ?

Martin Guy martinwguy at gmail.com
Tue Feb 18 17:58:46 CET 2025


On 18/02/25 15:39, Zach van Rijn wrote:
> On Tue, 2025-02-18 at 11:32 +0100, Martin Guy via cfarm-users
> wrote:
>
> > Would it be possible to install `wget` on cfarms 102, 119 and 240?
> 104 already has `wget` but it is installed under the 'homebrew'
> package management system. More information:


Yes, 104, sorry. If I were logged in I could put a wrapper script in ~/bin

     "echo wget $* | /usr/local/bin/homebrew"

but it's run in a local script that does for every host

     ssh $host wget blablabla

and

     $ ssh cfarm104 'echo $PATH'

     /usr/bin:/bin:/usr/sbin:/sbin


However, there's curl and that's almost everywhere, so problem solved.


Thanks anyway, glad to be able to make sure things work on Darwin


    M



More information about the cfarm-users mailing list