Skip to content

Commit

Permalink
Download update (#13)
Browse files Browse the repository at this point in the history
* Download Tar Update

* Version update

* script tar update
  • Loading branch information
nwilliamsgit authored Oct 10, 2023
1 parent 93e1888 commit 40d8e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.3
1.8.9
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CONTENT=$(curl -s https://api.github.com/repos/virtru/cks-setup-script/releases/

URL=$(echo "$CONTENT" | grep "tarball_url*" | cut -d : -f 2,3 | tr -d \" | tr -d ,)

wget $URL -qO - | tar -xf - -C cks-setup-scripts
wget $URL -qO - | tar -xvzf - -C cks-setup-scripts
mv cks-setup-scripts/virtru-cks-setup-script*/{VERSION,*.sh} cks-setup-scripts
rm -rf cks-setup-scripts/virtru-cks-setup-script*

0 comments on commit 40d8e64

Please sign in to comment.