From b185e04a2c2b6cad6cbcd2997d72d33d2d7fd33c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 24 Feb 2024 10:21:24 -0500 Subject: [PATCH] update install image to 2024.02.01 --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index 78c4017..ef5a886 100755 --- a/deploy-initial +++ b/deploy-initial @@ -9,7 +9,7 @@ readonly remote=root@$ip # 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=2024.01.01" ]]' || exit 5 +ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2024.02.01" ]]' || exit 5 exit 2