diff --git a/script/install b/script/install index e02bd13..2680453 100644 --- a/script/install +++ b/script/install @@ -288,22 +288,22 @@ python -m pip install -r requirements.txt ############################################################# -echo ' -Installing other requirements +# echo ' +# Installing other requirements -Rlite, hardware based redis database +# Rlite, hardware based redis database -' +# ' -cd $path_lib -git clone https://github.com/seppo0010/rlite.git -cd rlite -make -make all +# cd $path_lib +# git clone https://github.com/seppo0010/rlite.git +# cd rlite +# make +# make all -exit 1 +# exit 1 @@ -344,7 +344,8 @@ else #mv themis-master themis cd themis-master make - sudo make install + make install + # sudo make install fi fi fi @@ -352,13 +353,6 @@ fi - -exit 1 - - - - - echo ' Completing...