Skip to content

Commit

Permalink
Generic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Dec 30, 2024
1 parent 60f0111 commit e6952c0
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 @@ -19,7 +19,7 @@ case ${1:0:2} in
NIC="rtl8139"
;;
14)
FILE="amd64-freebsd-14.1-STABLE.qcow2.zst"
FILE="amd64-freebsd-14.2-STABLE.qcow2.zst"
;;
15)
FILE="amd64-freebsd-15.0-CURRENT.qcow2.zst"
Expand All @@ -29,7 +29,7 @@ case ${1:0:2} in
exit 111
;;
esac
REL="v2024-08-10"
REL="v2024-12-08"
URL="https://github.com/mcmilk/openzfs-freebsd-images/releases/download/$REL/$FILE"

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

0 comments on commit e6952c0

Please sign in to comment.