Skip to content

Commit

Permalink
sync to usr bin
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Dec 12, 2023
1 parent df13f61 commit 275b5de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
3000,
3100
],
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && echo 'export PATH=\"/home/vscode/functions-core-tools-install/azure-functions-cli:$PATH\"' >> ~/.bashrc",
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && sudo rsync -av ~/functions-core-tools-install/azure-functions-cli/ /usr/bin/",
"remoteUser": "vscode",
"hostRequirements": {
"memory": "8gb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
3000,
3100
],
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && echo 'export PATH=\"/home/node/functions-core-tools-install/azure-functions-cli:$PATH\"' >> ~/.bashrc",
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && sudo rsync -av ~/functions-core-tools-install/azure-functions-cli/ /usr/bin/",
"remoteUser": "node",
"hostRequirements": {
"memory": "8gb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
3000,
3100
],
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && echo 'export PATH=\"/home/vscode/functions-core-tools-install/azure-functions-cli:$PATH\"' >> ~/.bashrc",
"postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && sudo rsync -av ~/functions-core-tools-install/azure-functions-cli/ /usr/bin/",
"remoteUser": "vscode",
"hostRequirements": {
"memory": "8gb"
Expand Down

0 comments on commit 275b5de

Please sign in to comment.