Compare commits
2 Commits
1364c226cc
...
3e22a842d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e22a842d3 | |||
| a4d291bf58 |
@@ -384,7 +384,7 @@ gpgcheck=0
|
||||
EOF'
|
||||
[[ -n $_debug ]] && cat /etc/yum.repos.d/jriver.repo
|
||||
echo "Installing latest JRiver Media Center from repo..."
|
||||
if "${_update_cmd[@]}" && "${_install_cmd[@]}" MediaCenter > /dev/null 2>&1; then
|
||||
if "${_update_cmd[@]}" > /dev/null 2>&1 && "${_install_cmd[@]}" MediaCenter > /dev/null 2>&1; then
|
||||
echo "JRiver Media Center installed successfully!"
|
||||
echo "You can check for future MC updates by running \"sudo dnf update\""
|
||||
else
|
||||
@@ -469,7 +469,7 @@ EOF'
|
||||
_build_requires=''
|
||||
fi
|
||||
|
||||
if [[ "$ID" == "centos" ]]; then
|
||||
if [[ "$ID" != "centos" ]]; then
|
||||
_requires='Requires: pangox-compat >= 0.0.2'
|
||||
else
|
||||
_requires=''
|
||||
|
||||
Reference in New Issue
Block a user