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