From f240fc3e952b20874e928945c914cca54fce86b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastien=20B=C3=BCrky?= Date: Sat, 20 Apr 2024 23:17:37 +0200 Subject: [PATCH] another typo fix --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 2072d2d..696283d 100755 --- a/installer.sh +++ b/installer.sh @@ -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