Formatting
This commit is contained in:
@@ -1520,9 +1520,9 @@ main() {
|
|||||||
if ([[ "$TARGET" =~ (debian|ubuntu) ]] && installMCDEB) ||
|
if ([[ "$TARGET" =~ (debian|ubuntu) ]] && installMCDEB) ||
|
||||||
([[ "$TARGET" =~ (fedora|centos|suse) ]] &&
|
([[ "$TARGET" =~ (fedora|centos|suse) ]] &&
|
||||||
installPackage --skip-check-installed --nogpgcheck "$MCRPM"); then
|
installPackage --skip-check-installed --nogpgcheck "$MCRPM"); then
|
||||||
echo "JRiver Media Center installed successfully from local RPM"
|
echo "JRiver Media Center installed successfully from local package"
|
||||||
else
|
else
|
||||||
err "JRiver Media Center local installation failed"
|
err "JRiver Media Center local package installation failed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
symlinkCerts
|
symlinkCerts
|
||||||
|
|||||||
Reference in New Issue
Block a user