mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 11:42:31 +02:00
11 lines
148 B
Bash
11 lines
148 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* To finish setup, add the following code to your shell profile (.bashrc or .zshrc)
|
|
* eval "\$(fnm env)"
|
|
*
|
|
EOF
|
|
|
|
exit 0
|