mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-19 20:42:34 +01:00
11 lines
154 B
Bash
11 lines
154 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* To finish setup, add the following code to your shell profile (~/.profile)
|
|
* eval "\$(fnm env --shell bash)"
|
|
*
|
|
EOF
|
|
|
|
exit 0
|