Fix setup.sh

This commit is contained in:
2025-07-28 08:41:01 -07:00
committed by Scott Alfter
parent e1216e5b76
commit 00ead50f97
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
git init .
git remote add origin https://gitlab.alfter.us/kicad-git-libs
git remote add origin https://gitlab.alfter.us/salfter/kicad-git-libs
git pull
git checkout master -f
git branch --set-upstream-to origin/master