Skip to content

Commit 36fffa4

Browse files
authored
WinSCP is on SourceForge. Try ip4 for curl 8.15
1 parent 6c5f534 commit 36fffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/packages/trik-studio/ru.qreal.root.trik.core/meta/prebuild-win32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
# download winscp
4545
winscp_zip="https://sourceforge.net/projects/winscp/files/WinSCP/$winscp_ver/WinSCP-$winscp_ver-Portable.zip"
4646

47-
curl -v -L -s -o winscp.zip "$winscp_zip"
47+
curl -v -L --ipv4 -s -o winscp.zip "$winscp_zip"
4848
unzip -o winscp.zip -d winscp_$winscp_ver
4949
rm -f winscp.zip
5050
# end of download winscp

0 commit comments

Comments
 (0)