Skip to content

Commit

Permalink
revert back to http to avoid openssl issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gkovacs committed May 1, 2017
1 parent d951363 commit e1bb261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unetbootin/distrolst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ if (nameDistro == "Zenwalk")

if (nameDistro == "3CX")
{
downloadfile(QString("https://www.3cx.com/downloads/3cxpbxiso/debian-3cx.iso"), isotmpf);
downloadfile(QString("http://unetbootin.sourceforge.net/distros/3CX/pbx_debian_x64.php"), isotmpf);
extractiso(isotmpf);
}

Expand Down

0 comments on commit e1bb261

Please sign in to comment.