Commit Graph

399 Commits

Author SHA1 Message Date
wc7086
dc02b6919f Add tesseract 5 2022-04-17 22:42:37 +08:00
Jack Smith
461953bc59 might as well bump the version number 2022-02-22 10:28:38 +02:00
Jack Smith
48f33a76d8 error message phrasing 2022-02-22 10:17:43 +02:00
Jack Smith
ce3ee4c410 wait ten more seconds between ocr retries after successful ocr 2021-11-12 16:57:25 +02:00
macosx12345
5a9c88f0e1 Don't overwrite "${vm_name}_configure_nvram.txt"
"${vm_name}_configure_nvram.txt" was overwritten (hence removing the comment in its first line which was created by line 991 of macos-guest-virtualbox.sh).
2021-11-12 15:03:56 +01:00
Jack Smith
02dfe34e00 fixed OCR loop 2021-10-30 20:41:00 +03:00
Jack Smith
d7ae27ce68 escaped quote marks in documentation 2021-10-29 15:29:34 +03:00
Jack Smith
b82cd52a2b forgot to a word 2021-10-21 10:10:25 +03:00
Jack Smith
11e9278355 clarified final exit message 2021-10-21 10:06:32 +03:00
Jack
2d8c227a50 arrays instead of strings
int comparisons with `-eq` or `-ne` and without quotes
`do ${var}` without quotes
2021-10-14 00:30:09 +03:00
slowpeek
0ded89a78a Tidy the script startup code 2021-10-13 17:03:56 +03:00
Jack Smith
81eb59053c check that dmg2img.exe is executable 2021-10-06 13:34:10 +03:00
Jack
a789a78410 clarifying VBox doesn't work without kernel module 2021-09-29 12:35:27 +03:00
Jack
9099277a2d better WSLg detection, still extremely slow
If you're using WSLg, consider using KVM instead of VirtualBox
2021-09-27 11:41:05 +03:00
My Spaghetti
45bf3a436a WSL2/WSLg error messages 2021-08-23 20:07:02 +03:00
My Spaghetti
269bf572a4 initial WSLg support 2021-08-23 18:23:30 +03:00
My Spaghetti
9b360e729b MSYS2 unofficial support
MSYS does not recognize cmd.exe options with spaces between them
2021-07-14 12:17:36 +03:00
My Spaghetti
ab2f94ba48 minor output message fixes 2021-06-25 14:14:20 +03:00
Danila Vershinin
81554d0524 Fix up dmg2img for some versions (Linux)
Check exit code instead of output.
2021-06-11 01:11:50 +03:00
Khushraj Rathod
1c28c6c987 Fix typo in docs 2021-06-03 11:47:09 +05:30
My Spaghetti
08e99e81f1 incremented version number 2021-05-30 06:11:56 +03:00
My Spaghetti
011c2236ad workaround for bash 5.1 (issue #472) 2021-05-30 06:10:41 +03:00
My Spaghetti
e330d03816 added "-i" for suggested zsh invocation 2021-05-27 16:46:37 +03:00
My Spaghetti
17aa03f4f4 corrected indentation for output 2021-05-27 16:42:44 +03:00
My Spaghetti
41d91402b7 indented a line in documentation 2021-05-27 16:38:30 +03:00
My Spaghetti
ec58e4e0e9 changed interactivity test. more correct but less leeway for how people actually run scripts. reordered set_parameters for readability. 2021-05-27 16:37:18 +03:00
My Spaghetti
40519182cc check that xxd sees /dev/urandom 2021-05-17 04:27:05 +03:00
My Spaghetti
0030b4afab lowered startosinstall rebootdelay to 90 seconds 2021-05-07 13:30:42 +03:00
My Spaghetti
07b379fa58 newline in documentation for 80col wrap 2021-05-03 14:04:49 +03:00
My Spaghetti
7c97b324bb more better get_parameters implementation 2021-04-27 15:39:12 +03:00
My Spaghetti
93108f410b get_parameters_from_macOS_host documentation 2021-04-27 15:18:09 +03:00
My Spaghetti
c472a08622 automatically get genuine Mac NVRAM and EFI iMessage params 2021-04-27 15:00:12 +03:00
My Spaghetti
1e21924404 increment version number 2021-04-24 09:37:36 +03:00
My Spaghetti
97418578fd audio crashes VBox 6.1.20, disabling audio 2021-04-24 09:33:19 +03:00
My Spaghetti
473a72b76c typo 2021-04-18 19:22:46 +03:00
PSJ
b225de4cd1 Fix typo in comment 2021-04-18 18:27:19 +05:30
My Spaghetti
0855b1ea50 and_all_subsequent_stages function and documentation 2021-04-17 05:26:59 +03:00
My Spaghetti
28e75d5431 added failure error message to configure_vm 2021-04-11 14:25:56 +03:00
My Spaghetti
ff848c7301 typo in comment 2021-04-06 10:06:58 +03:00
My Spaghetti
b47fbd977e exit if tesseract is not installed and shell is not interactive 2021-02-15 07:06:10 +02:00
My Spaghetti
af1c8d71c9 clarified documentation: VISO mountpoint 2021-01-29 10:27:21 +02:00
My Spaghetti
45709367fe prepending "function" to function declaration 2020-12-16 02:06:24 +02:00
Duncan Steele
033e3670cf Fix for typo in documentation iCould -> iCloud 2020-12-09 09:46:19 +00:00
raf
ffa4f9006d Fixed doc typo: additonal
macos-guest-virtualbox.sh / documentation() - Fixed typo: "additonal" -> "additional".
2020-12-04 21:10:35 +11:00
David Brandt
80908ff743 Add '"${macOS_release_name}_"*".viso"' to list of temporary files that are safe to delete 2020-11-26 09:21:48 +00:00
My Spaghetti
cb902fcf82 removed extraneous parenthesis 2020-11-25 16:47:43 +02:00
My Spaghetti
9fdbe665e7 +modern 2020-11-24 18:44:17 +02:00
My Spaghetti
3ee28be973 changed xxd dependency error message 2020-11-24 18:40:49 +02:00
My Spaghetti
b6ba0fd2ae version number 2020-11-15 16:00:46 +02:00
My Spaghetti
366c93a7c4 typo 2020-11-15 14:57:15 +02:00