Skip to content

Commit

Permalink
bump install to .18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrbianchi authored May 23, 2019
1 parent 12d1830 commit eff3801
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.16/fusera
curl -s -L -o /usr/local/bin/sracp https://github.com/mitre/fusera/releases/download/v0.0.16/sracp
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

chmod +x /usr/local/bin/fusera
chmod +x /usr/local/bin/sracp

0 comments on commit eff3801

Please sign in to comment.