From 0a95a46abb00a9330c10bdf21746c938b06f2939 Mon Sep 17 00:00:00 2001 From: Joe Caulfield Date: Thu, 31 Oct 2024 17:19:38 +0000 Subject: [PATCH] ubuntu-install: add agave-v2.1.0 --- install_ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index b5b6e2f..e5ce29c 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -5,6 +5,7 @@ cd impl git clone http://github.com/firedancer-io/firedancer.git git clone -b agave-v1.17 http://github.com/firedancer-io/solfuzz-agave.git agave-v1.17 git clone -b agave-v2.0 http://github.com/firedancer-io/solfuzz-agave.git agave-v2.0 +git clone -b agave-v2.1.0 http://github.com/firedancer-io/solfuzz-agave.git agave-v2.1.0 cd .. # Configure GCC.