From 766605fe533ce6130e943474fe0e1ca966f16ad0 Mon Sep 17 00:00:00 2001 From: iejMac Date: Fri, 12 Feb 2021 21:46:14 -0800 Subject: [PATCH] changing release name for plotjuggler --- tools/plotjuggler/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plotjuggler/install.sh b/tools/plotjuggler/install.sh index 59d93616ef..1256136774 100755 --- a/tools/plotjuggler/install.sh +++ b/tools/plotjuggler/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -wget https://github.com/commaai/PlotJuggler/releases/download/1.0/bin.tar.gz +wget https://github.com/commaai/PlotJuggler/releases/download/latest/bin.tar.gz tar -xf bin.tar.gz rm bin.tar.gz