Fix: Installer - inactive update

This commit is contained in:
alstjr7375 2021-07-01 13:51:53 +09:00
parent 710a5c3726
commit 861bafde70

View file

@ -754,13 +754,13 @@ install_lepton() {
install_profile
fi
write_lepton_info
# write_lepton_info
# Update Mode
if [ ! "${updateMode}" == true ]; then
update_profile
write_lepton_info
fi
## Update Mode
# if [ ! "${updateMode}" == true ]; then
# update_profile
# write_lepton_info
# fi
}
install_lepton "$@"