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