From 2b71cd30898fc6d7a84c44f7e85d68664f22c96e Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:17:06 +0200 Subject: [PATCH] Update apply_patches.sh (#7) If you already have the repository, you need to update it, otherwise the 3.4.0 tag may not be there. --- apply_patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apply_patches.sh b/apply_patches.sh index f386f95..0765f53 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -13,6 +13,7 @@ fi echo "Setting up project... " cd "$basedir/tg-rust-g" +git fetch git reset --hard $tg_tag apply_patch() {