blob: f0af018258a8f35aee38a774225f36994754c26c (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo ''
echo 'To use dive cli Kurtosis installed and running.'
echo "Please visit https://docs.kurtosis.com/install/#ii-install-the-cli for more information."
echo ''
}
post_upgrade() {
post_install
}
|