Skip to content

Commit

Permalink
Update url and version checker
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Feb 4, 2025
1 parent 166292a commit 8151468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
URL="https://endeavour.kamprad.net/tempo-iso/Endeavouros-REPLACE_VERSION.iso.torrent"
URL="https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Endeavour_neo-REPLACE_VERSION.iso.torrent"
TYPE=torrent
CONTENTS="\
arch/x86_64/airootfs.sfs|airootfs.sfs
Expand Down
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 -sL https://endeavouros.com/ | awk -F '(Endeavouros-|.iso)' '/Endeavouros-/ {print $2; exit}')
VERSION=$(curl -sL https://endeavouros.com/ | awk -F '(EndeavourOS_Endeavour_neo-|.iso)' '/EndeavourOS_Endeavour_neo-/ {print $2; exit}')
echo "${VERSION}"

0 comments on commit 8151468

Please sign in to comment.