From ccd9b166d103e13d86b6978bf4152b0594dc3fc0 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 25 Jul 2025 12:20:44 +0300 Subject: [PATCH] do not force change mirror to github for devel --- data_from_portwine/scripts/functions_helper | 1 - 1 file changed, 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 49179ca0..78724599 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -6518,7 +6518,6 @@ gui_userconf () { if [[ $BRANCH != "${PW_ADD_SETTINGS_UC[1]}" ]] ; then if [[ ${PW_ADD_SETTINGS_UC[1]} == "DEVEL" ]] ; then if yad_question "${translations[Do you actually want to change the scripts version to:]} DEVEL?" ; then - export MIRROR="GITHUB" pw_notify_send -i info \ "${translations[Branch changed to:]}" "DEVEL" BRANCH="devel"