Skip to content

Commit

Permalink
Add install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Jul 19, 2024
1 parent 5c6e17d commit 33eeebc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh -e

ADAT_RELEASE="adat.tar.gz"
wget "https://github.com/ergon/adat_release/releases/latest/download/adat.tar.gz" -O $ADAT_RELEASE
mkdir -p adat
tar -xf $ADAT_RELEASE -C adat
rm $ADAT_RELEASE

0 comments on commit 33eeebc

Please sign in to comment.