summarylogtreecommitdiffstats
path: root/go-livepeer.install
blob: ac207f85ff760e707b22b1a62fe2617e2d6232c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
    echo -e "####################################################"
    echo -e "## Before first start, you must edit the systemd  ##"
    echo -e "## environment file with your orchestrator's info ##"
    echo -e "## /etc/go-livepeer/environment                   ##"
    echo -e "##                                                ##"
    echo -e "## Update these values with your own and then run ##"
    echo -e "## sudo systemctl daemon-reload                   ##"
    echo -e "## sudo systemctl enable --now                    ##"
    echo -e "##                                                ##"
    echo -e "## Support may be found at Livepeer's official    ##"
    echo -e "## community channels on their forum & Discord -  ##"
    echo -e "## https://discord.gguaPhtyrWsF                   ##"
    echo -e "## https://forum.livepeer.org                     ##"
    echo -e "####################################################"
}

post_upgrade() {
    post_install
}