Skip to content

Commit

Permalink
Merge pull request #11 from perlun/patch-1
Browse files Browse the repository at this point in the history
images_data.json: Set python interpreter for OpenBSD 7.6
  • Loading branch information
goneri authored Nov 29, 2024
2 parents 4c55236 + 636efe8 commit 13adc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/images_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"images": [
{
"flavor": "UFS",
"url": "https://github.com/hcartiaux/openbsd-cloud-image/releases/download/v7.6_2024-10-08-22-40/openbsd-min.qcow2"
"url": "https://github.com/hcartiaux/openbsd-cloud-image/releases/download/v7.6_2024-10-08-22-40/openbsd-min.qcow2",
"python_interpreter": "/usr/local/bin/python3"
}
]
}
Expand Down

0 comments on commit 13adc63

Please sign in to comment.