From bef3f4d3b7ad91fedb2964dc5c4c6dfa0ff9737b Mon Sep 17 00:00:00 2001 From: Pierre Gronlier Date: Mon, 12 Sep 2022 11:24:55 +0200 Subject: [PATCH] add instruction for Debian system --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e61f3a..1beb73c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Please refer the link for a full list of affected platforms. * rpm --> "rpm -i -nodeps iclsClient..rpm" * alien --> "alien -i -nodeps –-script iclsClient..rpm" * yum --> "yum install iclsClient..rpm" + * apt --> "alien --to-deb iclsClient..rpm && dpkg -i iclsClient..deb" 9. Please make sure system wide proxy has been setup and the platform is connected. 9. After installing above dependencies a reboot is required.