summarylogtreecommitdiffstats
path: root/bitcoin-unlimited.install
blob: e9711eebc7b8ce16be58839ccb854c2cf46a4d09 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
    if [[ "$2" < "1.1.0.0" ]]; then
        echo
        echo "NOTE: This version of Bitcoin Unlimited follows the Bitcoin Cash (BCH) chain!"
        echo "See https://www.bitcoinunlimited.info/download for more information."
        echo "If you wish to stay on BTC chain, please use a different client!"
        echo
    fi
}