Skip to content

Commit

Permalink
Update install script, tags version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrbianchi committed Sep 13, 2019
1 parent d51c245 commit 599562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 599562e

Please sign in to comment.