mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
fix cp
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
echo "Installing Net-Framework-Core..."
|
||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||
cinst -y --forcex86 python3
|
||||
cd ~/pybuild
|
||||
@@ -14,7 +15,7 @@ echo "OpenSSL dlls..."
|
||||
ls -alRF ssl
|
||||
echo "Python dlls..."
|
||||
ls -al /c/Python37/DLLs
|
||||
cp -v ssl/MainInstaller/*.dll /c/Python37/DLLs
|
||||
cp -v ssl/*.dll /c/Python37/DLLs
|
||||
export PATH=$PATH:/c/Python37/scripts
|
||||
until cinst -y wixtoolset; do echo "trying again..."; done
|
||||
cd ~
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
echo "Installing Net-Framework-Core..."
|
||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||
cinst -y python3
|
||||
cd ~/pybuild
|
||||
@@ -14,7 +15,7 @@ echo "OpenSSL dlls..."
|
||||
ls -alRF ssl
|
||||
echo "Python dlls..."
|
||||
ls -al /c/Python37/DLLs
|
||||
cp -v ssl/MainInstaller/*.dll /c/Python37/DLLs
|
||||
cp -v ssl/*.dll /c/Python37/DLLs
|
||||
export PATH=$PATH:/c/Python37/scripts
|
||||
until cinst -y wixtoolset; do echo "trying again..."; done
|
||||
cd ~
|
||||
|
||||
Reference in New Issue
Block a user