fix paths

This commit is contained in:
Jay Lee
2019-05-18 08:05:31 -04:00
parent 7cca371c22
commit 358892869b
2 changed files with 7 additions and 8 deletions

View File

@@ -8,12 +8,12 @@ if [ ! -e $exefile ]; then
echo "Downloading $exefile..."
wget --quiet https://slproweb.com/download/$exefile
fi
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
echo "Installing $exefile..."
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
fi
echo "Installing $exefile..."
mkdir /c/ssl
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
echo "OpenSSL dlls..."
ls -alRF /c/ssl
ls -al /c/
echo "Python dlls..."
ls -al /c/Python37/DLLs
cp -v /c/ssl/*.dll /c/Python37/DLLs

View File

@@ -8,10 +8,9 @@ if [ ! -e $exefile ]; then
echo "Downloading $exefile..."
wget --quiet https://slproweb.com/download/$exefile
fi
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
echo "Installing $exefile..."
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
fi
echo "Installing $exefile..."
mkdir /c/ssl
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
echo "OpenSSL dlls..."
ls -alRF /c/ssl
echo "Python dlls..."