mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Forgot an IF
This commit is contained in:
parent
b613ae2b84
commit
67e7271614
|
@ -130,7 +130,7 @@ then
|
||||||
post_update
|
post_update
|
||||||
fi
|
fi
|
||||||
else # If newly-installed version is a normal build.
|
else # If newly-installed version is a normal build.
|
||||||
grep -qF "cooker" <<< $version; then # If previously installed version was a cooker build
|
if grep -qF "cooker" <<< $version; then # If previously installed version was a cooker build
|
||||||
set_setting_value $rd_conf "update_repo" "RetroDECK" retrodeck "options"
|
set_setting_value $rd_conf "update_repo" "RetroDECK" retrodeck "options"
|
||||||
set_setting_value $rd_conf "update_check" "false" retrodeck "options"
|
set_setting_value $rd_conf "update_check" "false" retrodeck "options"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue