We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88860b + 3bdb11c commit b2310e2Copy full SHA for b2310e2
runners/console/index.ts
@@ -76,7 +76,7 @@ export class Console extends Runner {
76
let installDir = path.join(this.getWorkingDirectory(), "devonfw");
77
this.createFolder(installDir, true);
78
79
- let downloadUrl = "https://bit.ly/2BCkFa9";
+ let downloadUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.devonfw.tools.ide&a=devonfw-ide-scripts&v=LATEST&p=tar.gz";
80
if(runCommand.command.parameters.length > 1 && runCommand.command.parameters[1] != "") {
81
downloadUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.devonfw.tools.ide&a=devonfw-ide-scripts&p=tar.gz&v=" + runCommand.command.parameters[1];
82
}
0 commit comments