From 5719cac5469bbcc5cc1254c67bb1826c5c8abb98 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 7 Jan 2022 19:03:33 -0500 Subject: [PATCH] Expand eval usage --- installJRMC | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installJRMC b/installJRMC index 6ee2329..d283471 100755 --- a/installJRMC +++ b/installJRMC @@ -514,8 +514,6 @@ addRepo() { installMCFromRepo() { debug "Running: ${FUNCNAME[0]}" - declare MCPKG - echo "Installing JRiver Media Center $MCVERSION from repository." echo "Future updates will be handled by your package manager." @@ -1352,7 +1350,7 @@ service_jriver-createrepo() { uninstall() { debug "Running: ${FUNCNAME[0]}" - declare MCPKG service unit f + declare service unit f if ! askOk "Do you really want to uninstall JRiver Media Center"; then echo "Cancelling uninstall..."