summarylogtreecommitdiffstats
path: root/earthly-bin.install
blob: e5748f8a98a977438176ce9e321ba7132177b7f0 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo -e "\e[1mAutocomplete\e[0m:"
    echo -e "  To enable shell autocomplete run \e[1mearthly bootstrap\e[0m"
}

post_upgrade() {
	post_install
}