summarylogtreecommitdiffstats
path: root/earthly-bin.install
blob: e480bcef5b65ef48dbc12052b729f9af147ace54 (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[1mearth bootstrap\e[0m"
}

post_upgrade() {
	post_install
}