blob: b61fd289a66f53f46eec6657700a93f5524befcc (
plain)
1
2
3
4
|
post_install() {
echo "Run 'linode-cli configure' to configure the CLI with a token and optionally select some default values"
echo "See https://www.linode.com/docs/platform/api/using-the-linode-cli/ for assistance"
}
|