summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-03-20 16:45:50 +0100
committerMarc Vertes <mvertes@free.fr>2025-03-20 16:45:50 +0100
commitacd3c43601812cff27bf225a567f4fdf3731e75d (patch)
treef45c40961f104ed474c0e38fe6142aae13047bbe /bin
parentf088869e612f57bbe595f3cf20a4eeb03d1447a8 (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/vm b/bin/vm
index e491976..82bd7cf 100755
--- a/bin/vm
+++ b/bin/vm
@@ -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