mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
update choco packages on Win, enable cloudidentity for future use
This commit is contained in:
@@ -4,6 +4,7 @@ appsactivity.googleapis.com
|
|||||||
calendar-json.googleapis.com
|
calendar-json.googleapis.com
|
||||||
chat.googleapis.com
|
chat.googleapis.com
|
||||||
classroom.googleapis.com
|
classroom.googleapis.com
|
||||||
|
cloudidentity.googleapis.com
|
||||||
contacts.googleapis.com
|
contacts.googleapis.com
|
||||||
drive.googleapis.com
|
drive.googleapis.com
|
||||||
iap.googleapis.com
|
iap.googleapis.com
|
||||||
|
|||||||
BIN
src/travis/.linux-x86_64-before-install.sh.swp
Normal file
BIN
src/travis/.linux-x86_64-before-install.sh.swp
Normal file
Binary file not shown.
@@ -2,6 +2,7 @@ echo "Installing Net-Framework-Core..."
|
|||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
cd ~
|
cd ~
|
||||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||||
|
cup -y chocolatey
|
||||||
cinst -y --forcex86 python3
|
cinst -y --forcex86 python3
|
||||||
until cinst -y wixtoolset; do echo "trying again..."; done
|
until cinst -y wixtoolset; do echo "trying again..."; done
|
||||||
export PATH=$PATH:/c/Python38/scripts
|
export PATH=$PATH:/c/Python38/scripts
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ cd ~
|
|||||||
#fi
|
#fi
|
||||||
#echo "Installing $exefile..."
|
#echo "Installing $exefile..."
|
||||||
#powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
#powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
||||||
|
cup -y chocolatey
|
||||||
cinst -y python3
|
cinst -y python3
|
||||||
until cinst -y wixtoolset; do echo "trying again..."; done
|
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
|
#until cp -v /c/ssl/libcrypto-1_1-x64.dll /c/Python37/DLLs/libcrypto-1_1.dll; do echo "trying again..."; done
|
||||||
|
|||||||
Reference in New Issue
Block a user