Expand eval usage
This commit is contained in:
@@ -170,6 +170,7 @@ init() {
|
|||||||
|
|
||||||
# Set target package name
|
# Set target package name
|
||||||
if [[ "$ID" =~ ^(fedora|centos|opensuse.*)$ ]]; then
|
if [[ "$ID" =~ ^(fedora|centos|opensuse.*)$ ]]; then
|
||||||
|
echo here
|
||||||
MCPKG="MediaCenter"
|
MCPKG="MediaCenter"
|
||||||
[[ "$version_source" == "user input" ]] && MCPKG="$MCPKG-$MCVERSION"
|
[[ "$version_source" == "user input" ]] && MCPKG="$MCPKG-$MCVERSION"
|
||||||
elif [[ "$ID" =~ ^(debian|ubuntu|linuxmint)$ ]]; then
|
elif [[ "$ID" =~ ^(debian|ubuntu|linuxmint)$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user