update choco packages on Win, enable cloudidentity for future use

This commit is contained in:
Jay Lee
2020-02-26 11:35:12 -05:00
parent 8fdc7839fb
commit 47bdad65c2
4 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ appsactivity.googleapis.com
calendar-json.googleapis.com
chat.googleapis.com
classroom.googleapis.com
cloudidentity.googleapis.com
contacts.googleapis.com
drive.googleapis.com
iap.googleapis.com

Binary file not shown.

View File

@@ -2,6 +2,7 @@ echo "Installing Net-Framework-Core..."
export mypath=$(pwd)
cd ~
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
cup -y chocolatey
cinst -y --forcex86 python3
until cinst -y wixtoolset; do echo "trying again..."; done
export PATH=$PATH:/c/Python38/scripts

View File

@@ -9,6 +9,7 @@ cd ~
#fi
#echo "Installing $exefile..."
#powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
cup -y chocolatey
cinst -y python3
until cinst -y wixtoolset; do echo "trying again..."; done
#until cp -v /c/ssl/libcrypto-1_1-x64.dll /c/Python37/DLLs/libcrypto-1_1.dll; do echo "trying again..."; done