mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
update install image to 2024.02.01
This commit is contained in:
parent
0899b7e984
commit
b185e04a2c
@ -9,7 +9,7 @@ readonly remote=root@$ip
|
|||||||
|
|
||||||
# check for Arch ISO
|
# check for Arch ISO
|
||||||
ssh $remote '[[ $(grep IMAGE_ID /etc/os-release) = "IMAGE_ID=archlinux" ]]' || exit 5
|
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
|
exit 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user