From 59c0d07d099754dabc31ea5375f1cca975c933f1 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Fri, 2 Oct 2020 18:46:48 +0100 Subject: [PATCH] windows installer ? --- script/install | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/script/install b/script/install index 3706a53..df8bff0 100644 --- a/script/install +++ b/script/install @@ -168,7 +168,10 @@ then ' cd "$path_lib" # pwd - git clone https://github.com/cossacklabs/themis.git + #git clone https://github.com/cossacklabs/themis.git + curl https://codeload.github.com/cossacklabs/themis/zip/master -o themis.zip + unzip themis.zip + mv themis-master themis cd themis make sudo make install @@ -232,7 +235,9 @@ then ' cd "$path_lib" # pwd - git clone https://github.com/cossacklabs/themis.git + curl https://codeload.github.com/cossacklabs/themis/zip/master -o themis.zip + unzip themis.zip + mv themis-master themis cd themis make sudo make install @@ -241,14 +246,14 @@ then ### install zbar using apt-cyg # installing apt-cyg - if ! command -v apt-cyg &> /dev/null - then - echo "installing apt-cyg" - lynx -source https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg - install apt-cyg /bin - fi - # installing zbar - apt-cyg install zbar + # if ! command -v apt-cyg &> /dev/null + # then + # echo "installing apt-cyg" + # lynx -source https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg + # install apt-cyg /bin + # fi + # # installing zbar + # apt-cyg install zbar fi