mirror of https://github.com/OpenVPN/openvpn-gui
Merge c2ae9f1b47
into 4055f86206
commit
980f35a561
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -f download-cache/openssl-${OPENSSL_VERSION}.tar.gz ]; then wget -P download-cache/ https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz; fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue