diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 2d84f37..4791824 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -6,6 +6,8 @@ Unless you want to use the `user.js` exactly as it is, you **must** follow our n ** Special thanks to [claustromaniac](https://github.com/claustromaniac) for the `updater.bat` and [overdodactyl](https://github.com/overdodactyl) for the `updater.sh`. +--- + ### :small_orange_diamond: Mac/Linux [Download](https://github.com/arkenfox/user.js/raw/master/updater.sh) the `updater.sh` script and save it in your profile folder. You can run it without any command line arguments and it will backup your current `user.js`, download the latest `arkenfox user.js` and if it finds a `user-overrides.js` in the same folder it will append that to the `user.js`. @@ -38,8 +40,19 @@ Optional Arguments: -e Activate ESR related preferences ``` +--- + ### :small_orange_diamond: Windows +**NOTE**: Starting January 2021, GitHub requires TLS1.2 minimum +- You will need `updater.bat` version `4.13` or higher +- **Windows 7** users will need to update PowerShell by upgrading to Windows Management Framework 5.1 + - Go [here](https://www.microsoft.com/en-us/download/details.aspx?id=54616) + - Click `Download` and select the appropriate file: e.g. `Win7-KB3191566-x86.zip` or `Win7AndW2K8R2-KB3191566-x64.zip` + - Unzip, run the `msu` file and follow the instructions (reboot required) + +-- + [Download](https://github.com/arkenfox/user.js/raw/master/updater.bat) the `updater.bat` script and save it in your profile folder. You can run it without any command line arguments and it will backup your current `user.js`, download the latest `arkenfox user.js` and if it finds a `user-overrides.js` in the same folder it will append that to the `user.js`. !! Unicode encoded override files should be stored without the BOM header !!