mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
10 lines
154 B
Bash
10 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
|