Skip to content

Commit

Permalink
Add submodule migration
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Nov 30, 2024
1 parent af8e901 commit 6b02e4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions migration_source/v2.1.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# swap tetra3 submodule
git submodule set-url -- python/PiFinder/tetra3 https://github.com/smroid/cedar-solve
git submodule sync
git submodule sync update --init --recursive --remote requests
cd /home/pifinder/PiFinder/python/PiFinder/tetra3
git checkout 38c3f48
git pull

# Set up symlink
ln -s /home/pifinder/PiFinder/python/PiFinder/tetra3/tetra3 /home/pifinder/PiFinder/python/tetra3

0 comments on commit 6b02e4a

Please sign in to comment.