blob: 281e58ba83db172d12919193c77c25bab5b31b1c (
plain)
1
2
3
4
5
|
post_install() {
echo '>>> To customize the configure of the Ankaios CLI, users'
echo '>>> can copy the configuration from "/etc/ankaios/ank.conf"'
echo '>>> to "$HOME/.config/ankaios/" and adapt it to their needs.'
}
|