We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5f534 commit 36fffa4Copy full SHA for 36fffa4
installer/packages/trik-studio/ru.qreal.root.trik.core/meta/prebuild-win32.sh
@@ -44,7 +44,7 @@ then
44
# download winscp
45
winscp_zip="https://sourceforge.net/projects/winscp/files/WinSCP/$winscp_ver/WinSCP-$winscp_ver-Portable.zip"
46
47
-curl -v -L -s -o winscp.zip "$winscp_zip"
+curl -v -L --ipv4 -s -o winscp.zip "$winscp_zip"
48
unzip -o winscp.zip -d winscp_$winscp_ver
49
rm -f winscp.zip
50
# end of download winscp
0 commit comments