Convert from 4 to 2 space indents
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Install JRiver Media Center and associated services
|
# @file installJRMC
|
||||||
# See installJRMC --help or print_help() below for usage
|
# @brief Install JRiver Media Center and associated services
|
||||||
|
# @description See installJRMC --help or print_help() below for usage
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021-2024 Bryan C. Roessler
|
# Copyright (c) 2021-2024 Bryan C. Roessler
|
||||||
# This software is released under the Apache License.
|
# This software is released under the Apache License.
|
||||||
@@ -17,9 +18,9 @@
|
|||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
declare -g SCRIPT_VERSION="1.3.5-dev"
|
declare -g SCRIPT_VERSION="1.3.5-dev"
|
||||||
declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33
|
|
||||||
declare -g MC_VERSION="33.0.30" # Do find all replace
|
|
||||||
declare -g MC_DEFAULT_REPO="bullseye" # should match the MC_VERSION
|
declare -g MC_DEFAULT_REPO="bullseye" # should match the MC_VERSION
|
||||||
|
declare -g MC_VERSION="33.0.30" # Do find all replace
|
||||||
|
declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33
|
||||||
declare -ig SELF_UPDATE=1 # set to 0 to disable automatic self-update
|
declare -ig SELF_UPDATE=1 # set to 0 to disable automatic self-update
|
||||||
|
|
||||||
# @description Print help text
|
# @description Print help text
|
||||||
|
|||||||
Reference in New Issue
Block a user