blob: 62100807026be18d698e6ba5423f75225af018ae (
plain)
1
2
3
4
5
6
|
post_install() {
echo
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/linode-cli/ for assistance"
echo
}
|