From b9e22930577bb0dd845f7457b5fa911eb3360b55 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 20 Aug 2018 19:22:45 -0400 Subject: [PATCH] version 12 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e03a696..7902d21 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.11/fusera -curl -s -L -o /usr/local/bin/sracp https://github.com/mitre/fusera/releases/download/v0.0.11/sracp +curl -s -L -o /usr/local/bin/fusera https://github.com/mitre/fusera/releases/download/v0.0.12/fusera +curl -s -L -o /usr/local/bin/sracp https://github.com/mitre/fusera/releases/download/v0.0.12/sracp chmod +x /usr/local/bin/fusera chmod +x /usr/local/bin/sracp