From c7b0d24571e00850d52e7b544fa08c1fa024d519 Mon Sep 17 00:00:00 2001 From: Mikhail Sandakov Date: Fri, 13 Sep 2024 15:24:15 +0300 Subject: [PATCH] Release 1.0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97cdb54..e3f2ba8 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ To retrieve the latest available version of the tool, please navigate to the "Re To prepare the latest version of the tool for use from a command line, please run the following commands: ```shell -> wget https://github.com/plesk/cloudlinux7to8/releases/download/v1.0.1/cloudlinux7to8-1.0.1.zip -> unzip cloudlinux7to8-1.0.1.zip +> wget https://github.com/plesk/cloudlinux7to8/releases/download/v1.0.2/cloudlinux7to8-1.0.2.zip +> unzip cloudlinux7to8-1.0.2.zip > chmod 755 cloudlinux7to8 ```