installer

master
marxzuckerburg 4 years ago
parent f7a95c4404
commit 9328e30524

@ -104,7 +104,7 @@ then
else else
cd $path_comrad cd $path_comrad
curl -s -LO https://github.com/ComradOrg/Comrad/archive/installer.zip curl -s -LO https://github.com/ComradOrg/Comrad/archive/installer.zip
unzip -q installer.zip unzip -q -o installer.zip
rm installer.zip rm installer.zip
cp -rT Comrad-installer code cp -rT Comrad-installer code
rm -r Comrad-installer rm -r Comrad-installer
@ -173,7 +173,7 @@ then
# pwd # 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 curl https://codeload.github.com/cossacklabs/themis/zip/master -o themis.zip
unzip -q themis.zip unzip -q -o themis.zip
#mv themis-master themis #mv themis-master themis
cd themis-master cd themis-master
make make
@ -249,7 +249,7 @@ then
cd "$path_lib" cd "$path_lib"
# pwd # pwd
curl https://codeload.github.com/cossacklabs/themis/zip/master -o themis.zip curl https://codeload.github.com/cossacklabs/themis/zip/master -o themis.zip
unzip -q themis.zip unzip -q -o themis.zip
#mv themis-master themis #mv themis-master themis
cd themis-master cd themis-master
make make
@ -258,7 +258,7 @@ then
fi fi
condaexec="$path_conda/_conda.exe" condaexec="$path_conda/_conda.exe"
curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe -o visualcppbuildtools_full.exe curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe -o visualcppbuildtools_full.exe
./visualcppbuildtools_full.exe ./visualcppbuildtools_full.exe
@ -366,7 +366,7 @@ $commands_app
if [ "$machine" = "Mac" ] if [ "$machine" = "Mac" ]
then then
cd /Applications cd /Applications
unzip -q "$path_bin/Comrad.app.zip" unzip -q -o "$path_bin/Comrad.app.zip"
# cp "$path_bin/Comrad.app" /Applications/ # cp "$path_bin/Comrad.app" /Applications/
echo "You may run the app by looking for 'Comrad.app' in your /Applications folder." echo "You may run the app by looking for 'Comrad.app' in your /Applications folder."

Loading…
Cancel
Save