diff --git a/update/update.sh b/update/update.sh index 1323c19..c617bda 100644 --- a/update/update.sh +++ b/update/update.sh @@ -18,6 +18,7 @@ sleep 5 # Add a 5-second delay echo "⏳ Downloading New Release v$VERSION" cd ~/ceremonyclient git remote set-url origin https://github.com/QuilibriumNetwork/ceremonyclient.git +git checkout main git branch -D release git pull git checkout release