Skip to content

Commit

Permalink
add get_extension_manually to workstation if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamPIngram authored Sep 14, 2023
1 parent 292d24f commit e45ca0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cd /config/
rm -r /config/extensions
wget https://github.com/SamPIngram/CSC-Software-Stack/releases/download/v0.12/extensions.zip --no-check-certificate
unzip extensions.zip
rm extensions.zip
echo "Script completed :)"
10 changes: 10 additions & 0 deletions docker/workstation-base/setup/scripts/get_extensions_manually.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# Only use if vscode.sh is not able to download extensions due to ssl issues

cd /config/.vscode
rm -r /config/.vscode/extensions
wget https://github.com/SamPIngram/CSC-Software-Stack/releases/download/v0.12/extensions.zip --no-check-certificate
unzip extensions.zip
rm extensions.zip
echo "Script completed :)"

0 comments on commit e45ca0e

Please sign in to comment.