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