mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Installer - inactive update
This commit is contained in:
parent
710a5c3726
commit
861bafde70
1 changed files with 6 additions and 6 deletions
12
install.sh
12
install.sh
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue