Skip to content
Snippets Groups Projects
Verified Commit e1613ff8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added upgrade instruction during install

parent d823fbef
No related branches found
No related tags found
No related merge requests found
Pipeline #4999 passed with stage
in 13 seconds
......@@ -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
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment