From 69a6f7b62d5f7abb7da9d149e56bece103db8569 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:10:52 -0400 Subject: [PATCH] Update rcPCIe_SDXPINN_toolkit.sh Forgot key add --- rcPCIe_SDXPINN_toolkit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rcPCIe_SDXPINN_toolkit.sh b/rcPCIe_SDXPINN_toolkit.sh index 8ea6fe0..8349c78 100644 --- a/rcPCIe_SDXPINN_toolkit.sh +++ b/rcPCIe_SDXPINN_toolkit.sh @@ -79,8 +79,9 @@ install_mount_fix() { basic_55x_setup() { echo "src/gz iamromulan-SDXPINN-repo https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/SDXPINN/opkg-feed" >> /etc/opkg/customfeeds.conf - cd / + cd /tmp curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/iamromulan-SDXPINN-repo.key + opkg-key add /tmp/iamromulan-SDXPINN-repo.key opkg update echo -e "\e[92m" echo "iamromulan's ipk/opkg repo added!...."