summarylogtreecommitdiffstats
path: root/haveno-reto.install
blob: 13b593f9581ac9c051e991ca310f79d382dd6966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_upgrade() {
	echo ">>    There have been reports of trades and XMR being lost after"
	echo ">>    upgrades. See https://reddit.com/r/Monero/comments/1d07xa5"
	echo ">>    and https://reddit.com/r/Monero/comments/1d1d5s0 for more."
	echo ">>"
	echo ">>    The Reto network is unofficial. Do not trade more than you're"
	echo ">>    willing to lose!"
}

post_install() {
	post_upgrade
}