mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 21:57:18 +02:00
another typo fix
This commit is contained in:
parent
a21cc6cc36
commit
f240fc3e95
@ -118,7 +118,7 @@ function waConfigureApps() {
|
|||||||
|
|
||||||
if [ "${INSTALL_TYPE}" != 'User' ]; then
|
if [ "${INSTALL_TYPE}" != 'User' ]; then
|
||||||
menuFromArr APP_INSTALL "How would you like to handle WinApps pre-configured applications?" "${OPTIONS[@]}"
|
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[@]}"
|
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
|
fi
|
||||||
if [ "${APP_INSTALL}" = "Select which pre-configured applications to set up" ]; then
|
if [ "${APP_INSTALL}" = "Select which pre-configured applications to set up" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user