From a4316fc1999047b9f5b06c92b3083a2598e4d319 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 4 Jun 2022 19:04:07 +0200 Subject: [PATCH] set direct link instead --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 7d1e5ba3..076b5286 100644 --- a/lib.sh +++ b/lib.sh @@ -1067,7 +1067,7 @@ if ! version 20.04 "$DISTRO" 22.04.10; then msg_box "Your current Ubuntu version is $DISTRO but must be between 20.04 - 22.04.10 to run this script." msg_box "Please contact us to get support for upgrading your server: https://www.hanssonit.se/#contact -https://shop.hanssonit.se/" +https://shop.hanssonit.se/product/upgrade-ubuntu-os-between-major-versions/" exit 1 fi }