Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 1ed3b9c

Browse files
committed
Only grab arm64 JARs when downloading photon
1 parent a44e72c commit 1ed3b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage2/01-sys-tweaks/01-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
mkdir -p "${ROOTFS_DIR}/opt/photonvision"
2626
curl -sk "https://api.github.com/repos/photonvision/photonvision/releases/latest" |
27-
grep "browser_download_url.*jar" |
27+
grep "browser_download_url.*linuxarm64\.jar" |
2828
cut -d : -f 2,3 |
2929
tr -d '"' |
3030
wget -qi - -O "${ROOTFS_DIR}/opt/photonvision/photonvision.jar"

0 commit comments

Comments
 (0)