Skip to content

Commit

Permalink
Switch back to file based
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Jan 27, 2024
1 parent 7005106 commit 2d368f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions post-processing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions settings.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2d368f9

Please sign in to comment.