Skip to content

Commit

Permalink
Generic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Aug 24, 2024
1 parent fdffcfb commit ac69744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/qemu-2-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RELEASE="$1"
# need some old image:
case ${1:0:2} in
13)
FILE="amd64-freebsd-13.3-STABLE.qcow2.zst"
FILE="amd64-freebsd-13.4-STABLE.qcow2.zst"
;;
14)
FILE="amd64-freebsd-14.1-STABLE.qcow2.zst"
Expand All @@ -27,7 +27,7 @@ case ${1:0:2} in
exit 111
;;
esac
REL="v2024-07-24"
REL="v2024-08-10"
URL="https://github.com/mcmilk/openzfs-freebsd-images/releases/download/$REL/$FILE"

IMG="/mnt/cloudimg.qcow2"
Expand Down

0 comments on commit ac69744

Please sign in to comment.