blob: 5beeafe30f02be2b71c4fd3ec892b534fda1713a (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "=> This is a bleeding edge build of Erigon. Use only if you know what you are doing as it may contain bugs."
}
post_upgrade() {
echo "=> This is a bleeding edge build of Erigon. Use only if you know what you are doing as it may contain bugs."
}
|