Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit efb5beb

Browse files
committed
paths
1 parent c11715b commit efb5beb

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

extension.js

+21-21
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function activate(context) {
8585
// }
8686
// await ;
8787

88-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_python.sh";
88+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_python.sh";
8989
out.appendLine('shellcmd: ' + shellcmd);
9090
console.log()
9191

@@ -186,7 +186,7 @@ function activate(context) {
186186
// }
187187
// await ;
188188

189-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_notroot.sh";
189+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_notroot.sh";
190190
out.appendLine('shellcmd: ' + shellcmd);
191191
console.log()
192192

@@ -283,8 +283,8 @@ function activate(context) {
283283
// }
284284
// await ;
285285

286-
//var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_notroot.sh";
287-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_cfdefenv.sh";
286+
//var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_notroot.sh";
287+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_cfdefenv.sh";
288288
out.appendLine('shellcmd: ' + shellcmd);
289289
console.log()
290290

@@ -381,7 +381,7 @@ function activate(context) {
381381
// }
382382
// await ;
383383

384-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_cfsmsi.sh";
384+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_cfsmsi.sh";
385385
out.appendLine('shellcmd: ' + shellcmd);
386386
console.log()
387387

@@ -615,7 +615,7 @@ function activate(context) {
615615
// }
616616
// await ;
617617

618-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_golang.sh";
618+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_golang.sh";
619619
out.appendLine('shellcmd: ' + shellcmd);
620620
console.log()
621621

@@ -714,7 +714,7 @@ function activate(context) {
714714
// }
715715
// await ;
716716

717-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_golang.sh";
717+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_golang.sh";
718718
out.appendLine('shellcmd: ' + shellcmd);
719719
console.log()
720720

@@ -814,7 +814,7 @@ function activate(context) {
814814
// }
815815
// await ;
816816

817-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_golang.sh";
817+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_golang.sh";
818818
out.appendLine('shellcmd: ' + shellcmd);
819819
console.log()
820820

@@ -915,7 +915,7 @@ function activate(context) {
915915
// }
916916
// await ;
917917

918-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_mitmproxy.sh";
918+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_mitmproxy.sh";
919919
out.appendLine('shellcmd: ' + shellcmd);
920920
console.log()
921921

@@ -1013,7 +1013,7 @@ function activate(context) {
10131013
// }
10141014
// await ;
10151015

1016-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_btp_cli.sh";
1016+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_btp_cli.sh";
10171017
out.appendLine('shellcmd: ' + shellcmd);
10181018
console.log()
10191019

@@ -1111,7 +1111,7 @@ function activate(context) {
11111111
// }
11121112
// await ;
11131113

1114-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_theta_cli.sh";
1114+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_theta_cli.sh";
11151115
out.appendLine('shellcmd: ' + shellcmd);
11161116
console.log()
11171117

@@ -1209,7 +1209,7 @@ function activate(context) {
12091209
// }
12101210
// await ;
12111211

1212-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1212+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
12131213
out.appendLine('shellcmd: ' + shellcmd);
12141214
console.log()
12151215

@@ -1311,7 +1311,7 @@ function activate(context) {
13111311
// }
13121312
// await ;
13131313

1314-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1314+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
13151315
out.appendLine('shellcmd: ' + shellcmd);
13161316
console.log()
13171317

@@ -1413,7 +1413,7 @@ function activate(context) {
14131413
// }
14141414
// await ;
14151415

1416-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1416+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
14171417
out.appendLine('shellcmd: ' + shellcmd);
14181418
console.log()
14191419

@@ -1515,7 +1515,7 @@ function activate(context) {
15151515
// }
15161516
// await ;
15171517

1518-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1518+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
15191519
out.appendLine('shellcmd: ' + shellcmd);
15201520
console.log()
15211521

@@ -1617,7 +1617,7 @@ function activate(context) {
16171617
// }
16181618
// await ;
16191619

1620-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1620+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
16211621
out.appendLine('shellcmd: ' + shellcmd);
16221622
console.log()
16231623

@@ -1719,7 +1719,7 @@ function activate(context) {
17191719
// }
17201720
// await ;
17211721

1722-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1722+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
17231723
out.appendLine('shellcmd: ' + shellcmd);
17241724
console.log()
17251725

@@ -1821,7 +1821,7 @@ function activate(context) {
18211821
// }
18221822
// await ;
18231823

1824-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1824+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
18251825
out.appendLine('shellcmd: ' + shellcmd);
18261826
console.log()
18271827

@@ -1923,7 +1923,7 @@ function activate(context) {
19231923
// }
19241924
// await ;
19251925

1926-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
1926+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
19271927
out.appendLine('shellcmd: ' + shellcmd);
19281928
console.log()
19291929

@@ -2025,7 +2025,7 @@ function activate(context) {
20252025
// }
20262026
// await ;
20272027

2028-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
2028+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
20292029
out.appendLine('shellcmd: ' + shellcmd);
20302030
console.log()
20312031

@@ -2127,7 +2127,7 @@ function activate(context) {
21272127
// }
21282128
// await ;
21292129

2130-
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/hana-python-securestore/master/tools/bas_install_solc.sh";
2130+
var shellcmd = "curl -s -L -o " + destfile + " https://raw.githubusercontent.com/SAP-samples/btp-bas-extensions/main/tools/bas_install_solc.sh";
21312131
out.appendLine('shellcmd: ' + shellcmd);
21322132
console.log()
21332133

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sap-bas-extras",
3-
"version": "0.0.29",
3+
"version": "0.0.31",
44
"publisher": "sap-partner-eng",
55
"license": "MIT",
66
"displayName": "BAS Extras",

0 commit comments

Comments
 (0)