From e1613ff8f34feb0daf9bfbad15ff7da281df2900 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 23 Aug 2019 12:28:13 +0200
Subject: [PATCH] Added upgrade instruction during install

---
 install.sh | 1 +
 upgrade.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index e38ea74..41a3938 100644
--- a/install.sh
+++ b/install.sh
@@ -200,6 +200,7 @@ do_install() {
         fi
 
         echo " - You can run management commands by calling $base_path/manage, e.g $base_path/manage import_files"
+        echo ' - To upgrade to the latest version, run: sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)"'
     fi
 
 }
diff --git a/upgrade.sh b/upgrade.sh
index 0ab0d86..c2f2ff3 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -2,7 +2,7 @@
 set -eu
 
 # This script is meant for quick & easy upgrade of Funkwhale pods installed via:
-#   $ sh -c "$(curl -sSL https://get.funkwhale.audio/)"
+#   $ sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)"
 #
 # If Ansible step fails with ascii decore error, ensure you have a locale properly set on
 # your system e.g apt-get install -y locales locales-all
-- 
GitLab