Skip to content

Commit

Permalink
CHG clone study repo on pincer IDE start
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Dec 7, 2023
1 parent 074f667 commit 05bf9cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theia-pincer/install_extension.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#! /bin/bash
curl https://pincer-server.fly.dev/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

if [ ! -d /home/anubis/2023_study ]; then
git clone https://github.com/GusSand/2023_study.git
fi

exit 0

0 comments on commit 05bf9cc

Please sign in to comment.