A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update version to 0.2.6 in deno.json

+2 -2
+2 -2
deno.json
··· 1 1 { 2 2 "name": "@tsiry/freebsd-up", 3 - "version": "0.2.5", 3 + "version": "0.2.6", 4 4 "exports": "./main.ts", 5 5 "license": "MPL-2.0", 6 6 "tasks": { ··· 26 26 "kysely": "npm:kysely@0.27.6", 27 27 "moniker": "npm:moniker@^0.1.2" 28 28 } 29 - } 29 + }