

You could install firefox from Debian's repos, but that is around version 70.x. # run firefox from the extracted directory Add a user.Ĭhroot "/jails/$NAME" debootstrap/debootstrap -second-stageĬhroot "/jails/$NAME" adduser "$JAIL_USER" # Perform second stage of jail population.

Mount -bind /dev/dri "/jails/$NAME/dev/dri" Mount -bind /dev/shm "/jails/$NAME/dev/shm" Mount -bind /dev/pts "/jails/$NAME/dev/pts" # Mount the required locations in dev, etc. # Make and populate the jail if it doesn't already existĭebootstrap -foreign -no-check-gpg -arch "$ARCH" "$DIST" "/jails/$NAME" "$SOURCE"Įcho "deb $DIST main" > "/jails/$NAME/etc/apt/sources.list"Įcho "deb $DIST/updates main" > "/jails/$NAME/etc/apt/sources.list"Įcho "deb $DIST-updates main" > "/jails/$NAME/etc/apt/sources.list"
#CURRENT VERSION OF FIREFOX ESR UPDATE#
With the CenOS 6.9 image if I run a yum update it goes to 60.9, not the latest which is version 69.Īm I missing something? Is there some set of steps guaranteed to work? If it's just not going to happen that's fine and I can let my team know there's no workaround, but I just want to cover everything first before I make that statement. That had started at Firefox 60.8 and running an update only got me to 60.9. I had a similar issue with SUSE 12 SP3 and was able to get it to work. I've copied it to the /opt folder and copied it to /usr/local/bin and created a mozilla folder, done some sort of symbolic link and none of that works. I've tried downloading the newest copy from but that doesn't work. It seems the default Firefox installed with CentOS 6.9 is 52.2 I think if my memory serves me correctly. There may be some quotes in there, but the idea is after a reboot and I type in 'env' in terminal I see the listing for all the proxy settings. To set the proxy settings we do this:Įxport no_proxy=localhost, 127.0.0.1, etcĮxport NO_PROXY=localhost, 127.0.0.1, etcĮnv_keep +=http_proxy https_proxy HTTP_PROXY HTTPS_PROXY no_proxy NO_PROXY We can configure the system settings, but unfortunately it appears that Firefox does not pick up on those settings. We have a testing environment here that uses a proxy and one of the Linux images we use is CentOS 6.9.
