mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
* If you want atuin with sync support, install package atuin-sync.
|
|
EOF
|
|
|
|
exit 0
|