From 2d368f9eca2f1d7d195908cfeac634ceed0ff64a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 27 Jan 2024 13:40:48 -0600 Subject: [PATCH] Switch back to file based --- post-processing.sh | 2 -- settings.sh | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/post-processing.sh b/post-processing.sh index a3fd84a..2127d1d 100644 --- a/post-processing.sh +++ b/post-processing.sh @@ -2,8 +2,6 @@ set -e source settings.sh source version.sh -find . -ls -la buildout curl -Lf "${URL}" -o buildout/tails-amd64-${VERSION}.iso curl -Lf "${URL}.sig" -o buildout/tails-amd64-${VERSION}.iso.sig cp 9990-misc-helpers.sh buildout/ diff --git a/settings.sh b/settings.sh index 8135906..99999e6 100644 --- a/settings.sh +++ b/settings.sh @@ -1,5 +1,5 @@ -URL="https://tails.net/torrents/files/tails-amd64-REPLACE_VERSION.iso.torrent" -TYPE=torrent +URL="https://download.tails.net/tails/stable/tails-amd64-REPLACE_VERSION/tails-amd64-REPLACE_VERSION.iso" +TYPE=file CONTENTS="\ live/vmlinuz|vmlinuz live/initrd.img|initrd.img"