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