From 67bd60cc6dbe9a3b3f51b8a704ef8b7b7076eb9f Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:53:34 +0200 Subject: [PATCH] Update apply_patches.sh 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() {