From 195ad00db190101e9af8e4536a5838135d3f2fca Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:44:17 +0300 Subject: [PATCH] git fix --- update/update.sh | 1 + 1 file changed, 1 insertion(+) 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