mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
[ not {
This commit is contained in:
@@ -6,7 +6,7 @@ if [ ! -e $msifile ]; then
|
|||||||
echo "Downloading $msifile..."
|
echo "Downloading $msifile..."
|
||||||
wget --quiet https://slproweb.com/download/$msifile
|
wget --quiet https://slproweb.com/download/$msifile
|
||||||
fi
|
fi
|
||||||
if { ! -e ssl/libeay32.dll ]; then
|
if [ ! -e ssl/libeay32.dll ]; then
|
||||||
msiexec /a $msifile /qn TARGETDIR=ssl
|
msiexec /a $msifile /qn TARGETDIR=ssl
|
||||||
fi
|
fi
|
||||||
echo "OpenSSL dlls..."
|
echo "OpenSSL dlls..."
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ msifile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.msi
|
|||||||
if [ ! -e $msifile ]; then
|
if [ ! -e $msifile ]; then
|
||||||
wget --quiet https://slproweb.com/download/$msifile
|
wget --quiet https://slproweb.com/download/$msifile
|
||||||
fi
|
fi
|
||||||
if { ! -e ssl/libeay32.dll ]; then
|
if [ ! -e ssl/libeay32.dll ]; then
|
||||||
msiexec /a $msifile /qn TARGETDIR=ssl
|
msiexec /a $msifile /qn TARGETDIR=ssl
|
||||||
fi
|
fi
|
||||||
echo "OpenSSL dlls..."
|
echo "OpenSSL dlls..."
|
||||||
|
|||||||
Reference in New Issue
Block a user