Skip to content

Commit e45ca0e

Browse files
authored
add get_extension_manually to workstation if needed
1 parent 292d24f commit e45ca0e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docker/conda-code-server/setup/scripts/get_extensions_manually.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ cd /config/
66
rm -r /config/extensions
77
wget https://github.com/SamPIngram/CSC-Software-Stack/releases/download/v0.12/extensions.zip --no-check-certificate
88
unzip extensions.zip
9+
rm extensions.zip
910
echo "Script completed :)"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
# Only use if vscode.sh is not able to download extensions due to ssl issues
4+
5+
cd /config/.vscode
6+
rm -r /config/.vscode/extensions
7+
wget https://github.com/SamPIngram/CSC-Software-Stack/releases/download/v0.12/extensions.zip --no-check-certificate
8+
unzip extensions.zip
9+
rm extensions.zip
10+
echo "Script completed :)"

0 commit comments

Comments
 (0)