Skip to content

Commit

Permalink
CHG update pincer extension download url
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet committed Mar 24, 2024
1 parent cff8d6d commit 743190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theia-pincer/install_extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe

# Install latest pincer extension
curl https://pincer-server.fly.dev/version/latest/download -o /opt/code-server/pincer.vsix
curl https://pincer.anubis-lms.io/version/latest/download -o /opt/code-server/pincer.vsix
/usr/bin/code-server --user-data-dir=/opt/code-server --install-extension /opt/code-server/pincer.vsix

# Download study base files if not already there
Expand Down

0 comments on commit 743190a

Please sign in to comment.