mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-23 16:30:31 -05:00
deploy-initial-vps: update Arch ISO image version
This commit is contained in:
parent
e78433dbf8
commit
cc83000202
1 changed files with 1 additions and 1 deletions
|
|
@ -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.05.01" ]]' || exit 5
|
||||
ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2025.11.01" ]]' || exit 5
|
||||
|
||||
ssh $remote "sfdisk /dev/$drive -w always <<< ';'"
|
||||
ssh $remote "mkfs.xfs -d agcount=$agcount -f /dev/${drive}1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue