From 4289fb28b50ca3e5a42c6596d5f3552a9772a6d0 Mon Sep 17 00:00:00 2001 From: Kevin Scott Adams Date: Sun, 10 Jun 2018 23:04:04 -0400 Subject: [PATCH] Use the librest-client-perl package - Why repo something that is already part of a package in the debian system. Both files are exact except for one whilespace. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 809a774..3596990 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ Please be aware that this enhancment uses the FreeNAS APIs and NOT the ssh/scp l patch -b /usr/share/pve-docs/api-viewer/apidoc.js < pve-docs/api-viewer/apidoc.js.patch ``` -1. Use the following commands to copy the needed files for the FreeNAS +1. Install the perl REST Client package from the repository. + ```bash + apt-get install librest-client-perl + ``` + +1. Use the following command to copy the needed file for the FreeNAS a ```bash - mkdir -p /usr/share/perl5/REST - cp perl5/REST/Client.pm /usr/share/perl5/REST/Client.pm cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm ```