Matthew Toseland wrote: > We should get rid of the "run freenet-webinstall" in linux, very few > linuxers have their browser set up to handle .JNLP's...?
Agreed, wget should probably be the default method for Linux. Also there's a discrepancy between the website and the wiki: the website suggests using "java -jar <URL>", which doesn't work; it should be "wget -O <FILE> <URL>; java -jar <FILE>". Cheers, Michael
