From facae84e4fd1e16cd30806c5b524557d169a0fcb Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 21 Jun 2021 09:12:11 -0400 Subject: [PATCH] Fix derp --- installJRMC | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installJRMC b/installJRMC index 193f3c9..f11d3c2 100755 --- a/installJRMC +++ b/installJRMC @@ -29,12 +29,12 @@ _printHelpAndExit() { OPTIONS --install, -i repo|rpm - repo: Install JRiver Media Center from repository ('repo'), future updates will be handled by the system package manager - rpm: Build and install rpm file locally ('rpm') + repo: Install MC from repository, future updates will be handled by the system package manager + rpm: Build and install MC locally (RPM-based OSes only) --build Build RPM from source DEB (no installation) --mcversion VERSION - Build or install a specific version (Default: install the latest version) + Build or install a specific MC version, ex. "28.0.25" --outputdir PATH Generate rpmbuild output in this directory (Default: $PWD/output) --restorefile RESTOREFILE @@ -253,7 +253,7 @@ _ifSudo() { _parseInput() { debug "Running: ${FUNCNAME[0]}" - if _input=$(getopt -o +i:vdhus:c: -l install,rpmbuild,outputdir:,mcversion:,restorefile:,betapass:,service-user:,service:,version,debug,help,uninstall,createrepo,createrepo-webroot:,createrepo-user:,vncpass:,display:,container: -- "$@"); then + if _input=$(getopt -o +i:vdhus:c: -l install,build,outputdir:,mcversion:,restorefile:,betapass:,service-user:,service:,version,debug,help,uninstall,createrepo,createrepo-webroot:,createrepo-user:,vncpass:,display:,container: -- "$@"); then eval set -- "$_input" while true; do case "$1" in