Skip to content

Commit

Permalink
Merge pull request #41 from elreydetoda/main
Browse files Browse the repository at this point in the history
adding remote sha1sum over https to ensure current sha1sum
  • Loading branch information
thebsdbox authored Mar 10, 2022
2 parents 606fb09 + e123761 commit 0d4de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ubuntu-cloud-init.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"disk_size": "{{ env `DISK_SIZE` }}",
"headless": "true",
"memory": "4096",
"iso_checksum": "linux_iso.sha256",
"iso_checksum": "https://cloud-images.ubuntu.com/releases/focal/release/SHA1SUMS",
"iso_url": "{{ env `ISO_URL` }}",
"name": "{{ env `NAME` }}",
"ubuntu_version": "{{ env `VERSION` }}",
Expand Down

0 comments on commit 0d4de27

Please sign in to comment.