Commit ccd9b166 authored by Mikhail Tergoev's avatar Mikhail Tergoev

do not force change mirror to github for devel

parent 4e18752e
...@@ -6518,7 +6518,6 @@ gui_userconf () { ...@@ -6518,7 +6518,6 @@ gui_userconf () {
if [[ $BRANCH != "${PW_ADD_SETTINGS_UC[1]}" ]] ; then if [[ $BRANCH != "${PW_ADD_SETTINGS_UC[1]}" ]] ; then
if [[ ${PW_ADD_SETTINGS_UC[1]} == "DEVEL" ]] ; then if [[ ${PW_ADD_SETTINGS_UC[1]} == "DEVEL" ]] ; then
if yad_question "${translations[Do you actually want to change the scripts version to:]} <b>DEVEL?</b>" ; then if yad_question "${translations[Do you actually want to change the scripts version to:]} <b>DEVEL?</b>" ; then
export MIRROR="GITHUB"
pw_notify_send -i info \ pw_notify_send -i info \
"${translations[Branch changed to:]}" "<b>DEVEL</b>" "${translations[Branch changed to:]}" "<b>DEVEL</b>"
BRANCH="devel" BRANCH="devel"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment