user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 917e3fe1aad0be2ae93787e4cbaeb33112a6f8c1
parent 89bee0e3612be471d427cd81540bd54db1955c9d
Author: xfzv <78810647+xfzv@users.noreply.github.com>
Date:   Sun,  6 Feb 2022 12:23:20 +0000

Update wiki link for updater options (#1364)


Diffstat:
Mupdater.bat | 4++--
Mupdater.sh | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/updater.bat b/updater.bat @@ -3,8 +3,8 @@ TITLE arkenfox user.js updater REM ## arkenfox user.js updater for Windows REM ## author: @claustromaniac -REM ## version: 4.15 -REM ## instructions: https://github.com/arkenfox/user.js/wiki/3.3-Updater-Scripts +REM ## version: 4.16 +REM ## instructions: https://github.com/arkenfox/user.js/wiki/5.1-Updater-[Options]#-windows SET v=4.15 diff --git a/updater.sh b/updater.sh @@ -2,7 +2,7 @@ ## arkenfox user.js updater for macOS and Linux -## version: 3.2 +## version: 3.3 ## Author: Pat Johnson (@overdodactyl) ## Additional contributors: @earthlng, @ema-pe, @claustromaniac @@ -62,7 +62,7 @@ show_banner() { #### #### ############################################################################" echo -e "${NC}\n" - echo -e "Documentation for this script is available here: ${CYAN}https://github.com/arkenfox/user.js/wiki/3.3-Updater-Scripts${NC}\n" + echo -e "Documentation for this script is available here: ${CYAN}https://github.com/arkenfox/user.js/wiki/5.1-Updater-[Options]#-maclinux${NC}\n" } #########################