[tor-talk] TBB equivalent for Thunderbird?
antispam06 at sent.at
antispam06 at sent.at
Sun Sep 30 14:21:38 UTC 2012
On Sun, Sep 30, 2012, at 15:53, Karsten N. wrote:
> On 09/30/2012 02:49 PM, antispam06 at sent.at wrote:
> > What about Linux?
>
> You may download Thunderbird for Linux (i686 or x86_64) from:
>
> http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/
>
> to your USB-Stick, unpack it and create a small start script
> "start_portble_tb.sh" on the USB stick with the following content:
>
> #!/bin/sh
> export HOME="`pwd`"
> ./thunderbird/thunderbird
Wouldn't that mess the $HOME? Shouldn't omit the export? Something like:
#!/bin/sh
HOME="`pwd`"; ./thunderbird/thunderbird
?
More information about the tor-talk
mailing list