Update docs for new repo location
This commit is contained in:
@@ -5,12 +5,12 @@ This program installs [url=https://www.jriver.com/]JRiver Media Center[/url] and
|
|||||||
You can find the latest version of installJRMC, changelog, and documentation in [url=https://git.bryanroessler.com/bryan/installJRMC]my repository[/url].
|
You can find the latest version of installJRMC, changelog, and documentation in [url=https://git.bryanroessler.com/bryan/installJRMC]my repository[/url].
|
||||||
|
|
||||||
[size=18pt]tl;dr (One-line MC install)[/size]
|
[size=18pt]tl;dr (One-line MC install)[/size]
|
||||||
[code]curl https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC|bash[/code]
|
[code]curl https://git.bryanroessler.com/bryan/installJRMC/raw/branch/master/installJRMC|bash[/code]
|
||||||
|
|
||||||
[size=18pt]Instructions[/size]
|
[size=18pt]Instructions[/size]
|
||||||
|
|
||||||
Download and unzip installJRMC from the attachment below or grab the latest stable version directly:
|
Download and unzip installJRMC from the attachment below or grab the latest stable version directly:
|
||||||
[code]curl -O https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC &&
|
[code]curl -O https://git.bryanroessler.com/bryan/installJRMC/raw/branch/master/installJRMC &&
|
||||||
chmod +x ./installJRMC &&
|
chmod +x ./installJRMC &&
|
||||||
./installJRMC [--option [ARGUMENT]]
|
./installJRMC [--option [ARGUMENT]]
|
||||||
[/code]
|
[/code]
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Specifying `--build`, `--createrepo`, `--service`, or `--uninstall` disables the
|
|||||||
|
|
||||||
### tl;dr
|
### tl;dr
|
||||||
|
|
||||||
`curl https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC|bash`
|
`curl https://git.bryanroessler.com/bryan/installJRMC/raw/branch/master/installJRMC|bash`
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
# shellcheck disable=SC2329
|
# shellcheck disable=SC2329
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
declare -g SCRIPT_VERSION="1.35.4"
|
declare -g SCRIPT_VERSION="1.35.5-dev"
|
||||||
declare -g MC_VERSION_HARDCODE="35.0.24" # do find all replace
|
declare -g MC_VERSION_HARDCODE="35.0.24" # do find all replace
|
||||||
declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE
|
declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE
|
||||||
declare -g BOARD_ID="92.0" # MC35 board ID for legacy latest version detection
|
declare -g BOARD_ID="92.0" # MC35 board ID for legacy latest version detection
|
||||||
|
|||||||
Reference in New Issue
Block a user