From aa92f9566ec5d06efaa0d8805e2717d6ee30fb2b Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Wed, 27 May 2026 07:08:19 +1000 Subject: [PATCH] v2.0.17 --- syno_recover_data.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syno_recover_data.sh b/syno_recover_data.sh index e6a0a5f..fd7a538 100644 --- a/syno_recover_data.sh +++ b/syno_recover_data.sh @@ -170,8 +170,8 @@ check_kernel_version(){ echo -e "\n${Error}ERROR${Off} arm64 is not supported by this script." echo "This script requires kernel 4.15.0-108-generic which is not available for arm64." echo "" - echo "See the README for instructions on setting up your Ubuntu USB drive:" - echo "https://github.com/007revad/Synology_Recover_Data#readme" + echo "See step 7 in the instructions on setting up your Ubuntu USB drive:" + echo "https://github.com/007revad/Synology_Recover_Data#setup-to-recover-data-using-a-pc" echo "" exit 1 fi @@ -181,8 +181,8 @@ check_kernel_version(){ echo -e "\n${Error}ERROR${Off} Kernel $kernel is not compatible with Synology btrfs volumes." echo "Kernel 4.15.0-108-generic is required." echo "" - echo "See the README for instructions on setting up your Ubuntu USB drive:" - echo "https://github.com/007revad/Synology_Recover_Data#readme" + echo "See step 7 in the instructions on setting up your Ubuntu USB drive:" + echo "https://github.com/007revad/Synology_Recover_Data#setup-to-recover-data-using-a-pc" echo "" exit 1 fi