From 599562e2ade8b4e086cbddbf0340b4ee61f8f383 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 Sep 2019 22:49:37 -0400 Subject: [PATCH] Update install script, tags version 2 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d148708..9a94fa7 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!bin/bash -curl -s -L -o /usr/local/bin/fusera https://github.com/mitre/fusera/releases/download/v0.0.18/fusera -curl -s -L -o /usr/local/bin/sracp https://github.com/mitre/fusera/releases/download/v0.0.18/sracp +curl -s -L -o /usr/local/bin/fusera https://github.com/mitre/fusera/releases/download/v2.0.0/fusera +curl -s -L -o /usr/local/bin/sracp https://github.com/mitre/fusera/releases/download/v2.0.0/sracp chmod +x /usr/local/bin/fusera chmod +x /usr/local/bin/sracp