aports/testing/fnm/fnm.post-install
2024-10-07 18:39:40 +00:00

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