another typo fix

This commit is contained in:
Sebastien Bürky 2024-04-20 23:17:37 +02:00
parent a21cc6cc36
commit f240fc3e95

View File

@ -118,7 +118,7 @@ function waConfigureApps() {
if [ "${INSTALL_TYPE}" != 'User' ]; then
menuFromArr APP_INSTALL "How would you like to handle WinApps pre-configured applications?" "${OPTIONS[@]}"
else"grep -l -d skip"
else "grep -l -d skip"
menuFromArr APP_INSTALL "How would you like to handle WinApps pre-configured applications? If any web browser is set-up, may be configured as default browser." "${OPTIONS[@]}"
fi
if [ "${APP_INSTALL}" = "Select which pre-configured applications to set up" ]; then