File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
conda-code-server/setup/scripts
workstation-base/setup/scripts Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ cd /config/
66rm -r /config/extensions
77wget https://github.com/SamPIngram/CSC-Software-Stack/releases/download/v0.12/extensions.zip --no-check-certificate
88unzip extensions.zip
9+ rm extensions.zip
910echo " Script completed :)"
Original file line number Diff line number Diff line change 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 :)"
You can’t perform that action at this time.
0 commit comments