Check for RPMFusion in --install-repo mode

This commit is contained in:
2019-06-16 11:10:02 -04:00
parent 7ed678bf8b
commit 4d7cf29144

View File

@@ -5,6 +5,7 @@ shopt -s extglob
# e.g. ./install_MC_fedora.sh -v 25.0.48 # e.g. ./install_MC_fedora.sh -v 25.0.48
# If no version number is specified (i.e. ./install_MC_fedora.sh or ./install_MC_fedora.sh -b), the script # If no version number is specified (i.e. ./install_MC_fedora.sh or ./install_MC_fedora.sh -b), the script
# will attempt to install the latest version from Interact # will attempt to install the latest version from Interact
# Beta team members can add the beta password to autoamtically check for beta versions
# URL for latest MC for Linux board (for automatic version scraping) # URL for latest MC for Linux board (for automatic version scraping)
boardurl="https://yabb.jriver.com/interact/index.php/board,62.0.html" boardurl="https://yabb.jriver.com/interact/index.php/board,62.0.html"
@@ -266,6 +267,7 @@ builddir="$(pwd)"
parse_input_and_version "${@}" parse_input_and_version "${@}"
[ "$install_mode" == true ] && find_os \ [ "$install_mode" == true ] && find_os \
&& install_dependencies \
&& install_repo \ && install_repo \
&& symlink_certs_and_restore \ && symlink_certs_and_restore \
&& exit 0 && exit 0