what "clean the directory" mean ? And how I do that ? Do I need to delete the directory and reclone it ?
On Fri, Jun 13, 2014 at 7:57 PM, Gabriel Cotelli <[email protected]> wrote: > Clean the directory where you're running the script. If some of the files > already exists the zero conf script won't work. > > > On Fri, Jun 13, 2014 at 12:14 PM, kilon alios <[email protected]> > wrote: > >> thanks Damien that works. >> >> However running ./update.sh afterwards creates this error >> >> "2014-06-13 18:07:52 (1,01 MB/s) - written to stdout [5311/5311] >> >> Downloading the latest pharoVM: >> http://files.pharo.org/vm/pharo/linux/stable.zip >> mkdir: cannot create directory ‘pharo-vm’: File exists >> " >> >> is this normal ? >> >> >> On Fri, Jun 13, 2014 at 5:17 PM, Damien Cassou <[email protected]> >> wrote: >> >>> On Fri, Jun 13, 2014 at 2:00 PM, kilon alios <[email protected]> >>> wrote: >>> > So how I proceed ? >>> >>> >>> the Ubuntu PPA is made for this: >>> >>> sudo add-apt-repository ppa:pharo/stable >>> sudo apt-get update >>> sudo apt-get install pharo-launcher >>> >>> Can't be more simple than that >>> >>> >>> >>> -- >>> Damien Cassou >>> http://damiencassou.seasidehosting.st >>> >>> "Success is the ability to go from one failure to another without >>> losing enthusiasm." >>> Winston Churchill >>> >>> >> >
