Skip to content

Commit

Permalink
Simplify tetra3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Dec 2, 2024
1 parent e0e5a59 commit c1edeca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions migration_source/v2.1.0.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# swap tetra3 submodule
git submodule set-url -- python/PiFinder/tetra3 https://github.com/smroid/cedar-solve
#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
git submodule update --init --recursive
#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
Expand Down

0 comments on commit c1edeca

Please sign in to comment.