Expand eval usage

This commit is contained in:
2022-01-07 18:58:50 -05:00
parent 21064eb7d0
commit 4169b18789

View File

@@ -170,6 +170,7 @@ init() {
# Set target package name
if [[ "$ID" =~ ^(fedora|centos|opensuse.*)$ ]]; then
echo here
MCPKG="MediaCenter"
[[ "$version_source" == "user input" ]] && MCPKG="$MCPKG-$MCVERSION"
elif [[ "$ID" =~ ^(debian|ubuntu|linuxmint)$ ]]; then