General TC > Programming & Scripting - Unofficial

Firefox - Extension to install the latest version

<< < (17/17)

patrikg:
Have seen some programs even need to set the LC_ALL env variable to set the language.
Not only the LANG.
Because then setting the LC_ALL set's all LOCALE variables to that specific value.
So to be very sure with the locale variables... you need to set them like this....i think..


--- Code: ---$LANG=C LC_ALL=C locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C

--- End code ---

xor:
Where do I need to add this in the process of making an iso file with ezra master!?

Rich:
Hi xor
Do not try to hijack this thread and make it about ezremaster.
Start a new thread for that.

CNK:
An updated firefox_getLatest extension is now available from the TC15 repo.

Changes in the new firefox_getLatest.sh 2.11:


* Support XZ compression
* If not found at normal download location, use auto-detected download URL
* Update firefox.tcz at next boot instead of immediately only if the firefox.tcz extension has already been installed, not just if it already exists in tce/optional/
* Don't install extensions that are Firefox dependencies when the script runs, just download them if they're not present (they'll be loaded when firefox.tcz is installed)
* Generally tidied up the script a little and removed bits that weren't actually used

Navigation

[0] Message Index

[*] Previous page

Go to full version