summarylogtreecommitdiffstats
path: root/go-livepeer.install
diff options
context:
space:
mode:
Diffstat (limited to 'go-livepeer.install')
-rw-r--r--go-livepeer.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/go-livepeer.install b/go-livepeer.install
new file mode 100644
index 000000000000..ac207f85ff76
--- /dev/null
+++ b/go-livepeer.install
@@ -0,0 +1,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
+}