You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/install_prerequisites_windows.ps1
+15-25Lines changed: 15 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,15 @@ if ($LASTEXITCODE) { Throw }
9
9
10
10
# install proxy
11
11
echo "==== install Squid"
12
-
# Fix broken Chocolatey Squid package 4.14 because http://packages.diladele.com/squid/4.14/squid.msi moved to https://www.diladele.com/pkg/squid/4.14/squid.msi
Copy file name to clipboardExpand all lines: bin/test/test_prerequisites.ps1
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,3 @@ sleep 5
47
47
if (netstat -ano |Select-String LISTENING |Select-string0.0.0.0:3128) {write-host-foregroundcolor Green "proxy is up"} else {write-host-foregroundcolor Red "proxy is down" ; cat build\proxy.log ; exit1}
0 commit comments