Сравнить коммиты

1 Коммитов

Автор SHA1 Сообщение Дата
1364c226cc Debug 2020-04-15 18:47:50 -04:00

Просмотреть файл

@@ -384,7 +384,7 @@ gpgcheck=0
EOF' EOF'
[[ -n $_debug ]] && cat /etc/yum.repos.d/jriver.repo [[ -n $_debug ]] && cat /etc/yum.repos.d/jriver.repo
echo "Installing latest JRiver Media Center from repo..." echo "Installing latest JRiver Media Center from repo..."
if "${_update_cmd[@]}" > /dev/null 2>&1 && "${_install_cmd[@]}" MediaCenter > /dev/null 2>&1; then if "${_update_cmd[@]}" && "${_install_cmd[@]}" MediaCenter; then
echo "JRiver Media Center installed successfully!" echo "JRiver Media Center installed successfully!"
echo "You can check for future MC updates by running \"sudo dnf update\"" echo "You can check for future MC updates by running \"sudo dnf update\""
else else
@@ -469,7 +469,7 @@ EOF'
_build_requires='' _build_requires=''
fi fi
if [[ "$ID" != "centos" ]]; then if [[ "$ID" == "centos" ]]; then
_requires='Requires: pangox-compat >= 0.0.2' _requires='Requires: pangox-compat >= 0.0.2'
else else
_requires='' _requires=''