mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
https://github.com/ankitects/anki/releases/tag/25.02.4 Included a post install/upgrade message about incompatible addons
12 lines
258 B
Bash
Executable file
12 lines
258 B
Bash
Executable file
#!/bin/sh
|
|
cat >&2 <<EOF
|
|
*
|
|
* Message from the Anki developers:
|
|
* The following add-ons have been reported as currently incompatible:
|
|
*
|
|
* Syntax Highlighting
|
|
* Anki IPA
|
|
*
|
|
* If you run into issues with other add-ons, please let us know on the forums.
|
|
*
|
|
EOF
|