diff --git a/install.sh b/install.sh index e38ea748607af35a2b54a059361e77d876f3611b..41a3938fba572f182e8b9076f5f7b940e2a5fda9 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 0ab0d868790e156a54f3c1e11be4b804410398c8..c2f2ff3605856e24eb0823048e87fb961fd73d00 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