From c64bddb5c6fcd49dbbd027fbe96126a03ca74068 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 3 May 2025 21:43:22 -0400 Subject: [PATCH] update Arch ISO for VPS deployment to 2025.05.01 --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index 7f00fef..1af81e2 100755 --- a/deploy-initial +++ b/deploy-initial @@ -17,7 +17,7 @@ readonly drive=$(ssh $remote '[[ -e /dev/sda ]] && echo sda || echo vda') # 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.03.01" ]]' || exit 5 +ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2025.05.01" ]]' || exit 5 ssh $remote "sfdisk /dev/$drive -w always <<< ';'" ssh $remote "mkfs.xfs -d agcount=$agcount -f /dev/${drive}1"