Updated 3.3 Updater Scripts (markdown)

Thorin-Oakenpants 2021-01-21 14:01:18 +00:00
parent f826adab96
commit 9f57231f52

@ -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`. ** 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 ### :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`. [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 -e Activate ESR related preferences
``` ```
---
### :small_orange_diamond: Windows ### :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`. [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 !! !! Unicode encoded override files should be stored without the BOM header !!