Skip to content

Commit

Permalink
Install OpenSSL, etc. in parent directory of source checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Nov 29, 2015
1 parent 8f29ed9 commit 7b7db9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/mingw/compile-boxbackup-cygwin.sh
Expand Up @@ -3,6 +3,9 @@
set -e
set -x

basedir=`cd $(dirname $0)/../../.. && pwd`
cd $basedir

wget -c https://cygwin.com/setup-x86_64.exe \
|| powershell wget https://cygwin.com/setup-x86_64.exe -UseBasicParsing -outfile setup-x86_64.exe

Expand Down

0 comments on commit 7b7db9b

Please sign in to comment.