Re: [Pharo-dev] ZeroConf and write permission

2013-06-12 Thread Camillo Bruni
Something new for my h2 files ;) https://github.com/dh83/script/blob/master/h2Source.txt = http://stackoverflow.com/questions/5560442/how-to-run-two-commands-in-sudo sudo -s -- curl get.pharo.org/vm | bash BTW the -L option is no longer needed ;) On 2013-06-12, at 07:26, Sven Van Caekenberghe

Re: [Pharo-dev] ZeroConf and write permission

2013-06-12 Thread Frank Shearar
Or curl http://get.pharo.org/vm | sudo bash. frank On 12 June 2013 06:26, Sven Van Caekenberghe s...@stfx.eu wrote: I think the sudo only takes the first command, curl, not the bash. Maybe sudo curl -L get.pharo.org/vm | bash or something like that ? Sven On 12 Jun 2013, at 03:58, Sean P.

Re: [Pharo-dev] ZeroConf and write permission

2013-06-12 Thread Sven Van Caekenberghe
On 12 Jun 2013, at 12:13, Frank Shearar frank.shea...@gmail.com wrote: Or curl http://get.pharo.org/vm | sudo bash. Yes, of course, much better ! frank On 12 June 2013 06:26, Sven Van Caekenberghe s...@stfx.eu wrote: I think the sudo only takes the first command, curl, not the bash.

Re: [Pharo-dev] ZeroConf and write permission

2013-06-12 Thread Frank Shearar
On 12 June 2013 11:40, Camillo Bruni camillobr...@gmail.com wrote: On 2013-06-12, at 12:13, Frank Shearar frank.shea...@gmail.com wrote: Or curl http://get.pharo.org/vm | sudo bash. that was my first guess, but it didn't work under my zsh shell and mac... Strange. It works in bash. frank

Re: [Pharo-dev] ZeroConf and write permission

2013-06-12 Thread Frank Shearar
On 12 June 2013 11:51, Camillo Bruni camillobr...@gmail.com wrote: On 2013-06-12, at 12:49, Frank Shearar frank.shea...@gmail.com wrote: On 12 June 2013 11:40, Camillo Bruni camillobr...@gmail.com wrote: On 2013-06-12, at 12:13, Frank Shearar frank.shea...@gmail.com wrote: Or curl

Re: [Pharo-dev] ZeroConf and write permission

2013-06-11 Thread Sven Van Caekenberghe
I think the sudo only takes the first command, curl, not the bash. Maybe sudo curl -L get.pharo.org/vm | bash or something like that ? Sven On 12 Jun 2013, at 03:58, Sean P. DeNigris s...@clipperadams.com wrote: I'm on a Mac w. Mountain Lion and I want to put my vm in /usr/local/bin, but my