Formatting
This commit is contained in:
10
installJRMC
10
installJRMC
@@ -230,6 +230,8 @@ parseInput() {
|
|||||||
err "Incorrect options provided"
|
err "Incorrect options provided"
|
||||||
printHelp && exit 1
|
printHelp && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
! debug && echo "Use --debug for verbose output."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -378,14 +380,6 @@ addRepo() {
|
|||||||
installMCFromRepo() {
|
installMCFromRepo() {
|
||||||
debug "Running: ${FUNCNAME[0]}"
|
debug "Running: ${FUNCNAME[0]}"
|
||||||
|
|
||||||
echo "Installing JRiver Media Center $MCVERSION from repository."
|
|
||||||
echo "Future updates will be handled by your package manager."
|
|
||||||
|
|
||||||
if ! debug; then
|
|
||||||
echo "This may take a few minutes to complete."
|
|
||||||
echo "Use --debug for verbose output."
|
|
||||||
fi
|
|
||||||
|
|
||||||
addRepo
|
addRepo
|
||||||
|
|
||||||
# Update package list
|
# Update package list
|
||||||
|
|||||||
Reference in New Issue
Block a user