From 00fdd34c1ccd597d0b1f4a863f960b83694fd75a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 10 Dec 2025 03:20:34 -0500 Subject: [PATCH] deploy-initial-vps: update Arch ISO image version --- deploy-initial-vps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial-vps b/deploy-initial-vps index a345e46..062187a 100755 --- a/deploy-initial-vps +++ b/deploy-initial-vps @@ -21,7 +21,7 @@ alias rsync='rsync -cpv --chmod=D755,F644 --preallocate' # check for Arch ISO ssh $remote '[[ $(grep IMAGE_ID /etc/os-release) = "IMAGE_ID=archlinux" ]]' || exit 5 -ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2025.11.01" ]]' || exit 5 +ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2025.12.01" ]]' || exit 5 ssh $remote "sfdisk /dev/$drive -w always <<< ';'" ssh $remote "mkfs.xfs -d agcount=$agcount -f /dev/${drive}1"