This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date && apk update && apk add tzdata && cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && date |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################## | |
## | |
## Description : This Powershell script allows you to apply a Proxy PAC configuration to Chrome, without needing to modify Windows Proxy Settings (or even restarting Windows) | |
## | |
## Tips : If Chrome Proxy configuration isn't working after launching this script, go to chrome://net-internals/#proxy and "Clear bad proxies" | |
## | |
## Usage : Edit $proxyPacURL and launch the script (or make a shortcut with "powershell.exe -noexit -ExecutionPolicy Bypass -File C:\path\to\the\script\LaunchChromeProxyPac.ps1") | |
## | |
## Author : Tom-Brian GARCIA ( https://github.com/TBG-FR ) | |
## |