mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update windows-x86-before-install.sh
This commit is contained in:
@@ -9,10 +9,10 @@ if [ ! -e $exefile ]; then
|
|||||||
wget --quiet https://slproweb.com/download/$exefile
|
wget --quiet https://slproweb.com/download/$exefile
|
||||||
fi
|
fi
|
||||||
echo "Installing $exefile..."
|
echo "Installing $exefile..."
|
||||||
mkdir /c/ssl
|
|
||||||
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
||||||
echo "OpenSSL dlls..."
|
echo "OpenSSL dlls..."
|
||||||
ls -alRF /c/ssl
|
ls -alRF /c/ssl
|
||||||
|
echo "c drive"
|
||||||
ls -al /c/
|
ls -al /c/
|
||||||
echo "Python dlls..."
|
echo "Python dlls..."
|
||||||
ls -al /c/Python37/DLLs
|
ls -al /c/Python37/DLLs
|
||||||
|
|||||||
Reference in New Issue
Block a user