From c181bfc9123cecbcc45d0e845c823471c8c9e6e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <sporiff@funkwhale.audio>
Date: Wed, 16 Aug 2023 13:11:37 +0000
Subject: [PATCH] Make copy more explicit

---
 upgrade.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgrade.sh b/upgrade.sh
index 822f158..de9cba3 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -51,7 +51,7 @@ yesno_prompt() {
 do_upgrade() {
     echo '[Check Ansible installation]'
     if [ ! -f "$ansible_bin_path/ansible" ]; then
-      echo "To make the installation more future proof, we changed how ansible gets installed and now install it in its own venv."
+      echo "To future-proof the installation, Ansible should be installed in its own virtual environment. It's recommended that you migrate to this new installation method now."
       yesno_prompt proceed 'Do you want to migrate to the new ansible installation method?' 'yes'
       if [ "$proceed" = "false" ]; then
           ansible_bin_path="$HOME/.local/bin"
-- 
GitLab