Skip to content

Commit

Permalink
Update version checker
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Jul 24, 2023
1 parent 2964517 commit b0a72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
VERSION=$(curl -s https://tails.boum.org/install/dvd/index.en.html | awk -F '(/tails-amd64-|.iso)' '/tails-amd64-/ {print $2;exit}')
VERSION=$(curl -s https://tails.net/install/dvd/index.en.html | awk -F '(/tails-amd64-|.iso)' '/tails-amd64-/ {print $2;exit}')
echo "${VERSION}"

0 comments on commit b0a72d7

Please sign in to comment.