Skip to content

Commit

Permalink
update Ubuntu 24.10 (Oracular Oriole)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Oct 11, 2024
1 parent 296caab commit 7e96d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_box.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eux
set -eux -o pipefail

shellcheck -x -s bash -f gcc scripts/*

Expand Down
2 changes: 1 addition & 1 deletion config/ubuntu-24.10-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os_name = "ubuntu"
os_version = "24.10"
os_arch = "x86_64"
iso_url = "https://releases.ubuntu.com/oracular/ubuntu-24.10-beta-live-server-amd64.iso"
iso_url = "https://releases.ubuntu.com/oracular/ubuntu-24.10-live-server-amd64.iso"
iso_checksum = "file:https://releases.ubuntu.com/oracular/SHA256SUMS"
parallels_guest_os_type = "ubuntu"
vbox_guest_os_type = "Ubuntu_64"
Expand Down

0 comments on commit 7e96d3a

Please sign in to comment.