mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
- only use posix flags (not echo -e) - print message to stderr - prefix lines with '*' (more consistent with other messages)
9 lines
191 B
Bash
9 lines
191 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* Please copy the default config file from /usr/share/wayfire/wayfire.ini.default
|
|
* to ~/.config/wayfire.ini
|
|
* You can install wcm package to config Wayfire.
|
|
*
|
|
EOF
|