diff options
-rwxr-xr-x | auto-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-installer.sh b/auto-installer.sh index f9ea255..32da705 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -90,7 +90,7 @@ if [ -n "$PATCHES" ]; then fi if [ -n "$WINDOWSFILES" ]; then - if query "Do you want to remove unneeded windows files?" n; then + if query "Do you want to remove Windows-only files (may break compatibility with some mods)?" n; then for badfile in $WINDOWSFILES; do rm -rf "${TARGETDIR}/${badfile}" done |