switch before pulling tags

This commit is contained in:
idk
2023-02-01 22:56:22 +00:00
parent e59d081f70
commit 15dfb338b5

View File

@ -62,6 +62,7 @@ I2P_PKG=$HERE/../i2p.i2p-jpackage-mac/pkg-temp
cd "$I2P_SRC"
git switch -
git pull --tags
git checkout "i2p-$I2P_VERSION"
OLDEXTRA=$(find ../i2p.i2p-jpackage-mac -name RouterVersion.java -exec grep 'String EXTRA' {} \;)