diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-03-20 16:45:50 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-03-20 16:45:50 +0100 |
| commit | acd3c43601812cff27bf225a567f4fdf3731e75d (patch) | |
| tree | f45c40961f104ed474c0e38fe6142aae13047bbe /bin | |
| parent | f088869e612f57bbe595f3cf20a4eeb03d1447a8 (diff) | |
update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/vm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,7 +103,7 @@ info() { alpine_makefile='# Generated by "vm". DO NOT EDIT. # Check https://alpinelinux.org/downloads for possible upgrades -iso_url = https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/aarch64/alpine-virt-3.13.3-aarch64.iso +iso_url = https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/aarch64/alpine-virt-3.21.3-aarch64.iso iso = $(notdir $(iso_url)) isoinfo ?= /opt/homebrew/bin/isoinfo @@ -229,7 +229,7 @@ vftool_tty() { grep -om 1 '\/dev\/tty.*' 'vftool.log'; } # Main starts here. dir="$HOME/.vm" -Cmdlist='add console del edit info init_vftool help ls log start stop version' +Cmdlist='add console del edit info init_alpine init_vftool help ls log start stop version' [ "$1" ] && C=$1 && shift 1 || { help; exit 1; } for c in $Cmdlist; do case $c in |
