From 53ea56ccb050b4a72f7919e8ee6b9146cc816251 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 27 Feb 2026 10:51:03 -0600 Subject: feat(archsetup): add rustup, log-cleanup cron, update configs Add rustup toolchain manager to developer_workstation (before AUR packages that need rust to compile). Add log-cleanup cron job with test validation. Update ISO glob for archangel naming. Add dunst icon theme, hyprlock animations, waybar log filtering. --- scripts/testing/create-base-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/testing/create-base-vm.sh') diff --git a/scripts/testing/create-base-vm.sh b/scripts/testing/create-base-vm.sh index 9aa785b..11c40a7 100755 --- a/scripts/testing/create-base-vm.sh +++ b/scripts/testing/create-base-vm.sh @@ -43,10 +43,10 @@ if [ ! -f "$CONFIG_FILE" ]; then fi # Find archangel ISO in vm-images/ -ISO_PATH=$(find "$VM_IMAGES_DIR" -maxdepth 1 -name "archzfs-*.iso" -type f 2>/dev/null | sort -V | tail -1) +ISO_PATH=$(find "$VM_IMAGES_DIR" -maxdepth 1 -name "archangel-*.iso" -type f 2>/dev/null | sort -V | tail -1) if [ -z "$ISO_PATH" ]; then fatal "No archangel ISO found in $VM_IMAGES_DIR/" - info "Copy an archzfs-*.iso file to: $VM_IMAGES_DIR/" + info "Copy an archangel-*.iso file to: $VM_IMAGES_DIR/" fi info "Using ISO: $(basename "$ISO_PATH")" -- cgit v1.2.3