From acd3c43601812cff27bf225a567f4fdf3731e75d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 20 Mar 2025 16:45:50 +0100 Subject: update --- bin/vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/vm') 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 -- cgit v1.2.3