From 6ac3f137fd7232510efeabc7de831bbf3e6b7ba3 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:58:23 -0500 Subject: [PATCH] Update rcPCIe_SDXPINN_toolkit.sh --- rcPCIe_SDXPINN_toolkit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rcPCIe_SDXPINN_toolkit.sh b/rcPCIe_SDXPINN_toolkit.sh index d0d1bd8..2b325a4 100644 --- a/rcPCIe_SDXPINN_toolkit.sh +++ b/rcPCIe_SDXPINN_toolkit.sh @@ -59,8 +59,8 @@ install_mount_fix() { fi # Install mount-fix cd /tmp - curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/sdxpinn-mount-fix_1.3.1_aarch64_cortex-a53.ipk - opkg install sdxpinn-mount-fix_1.3.1_aarch64_cortex-a53.ipk + curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/sdxpinn-mount-fix_1.3.2_aarch64_cortex-a53.ipk + opkg install sdxpinn-mount-fix_1.3.2_aarch64_cortex-a53.ipk } basic_55x_setup() {