root@GH:~# opkg install curl
Package curl (8.12.1-r1) installed in root is up to date.
root@GH:~# sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-o
penlist/main/install.sh)" _ gh_proxy="https://gh.cooluc.com"
Error relocating /usr/bin/curl: curl_easy_ssls_export: symbol not found
Error relocating /usr/bin/curl: curl_easy_ssls_import: symbol not found
ImmortalWrt 24.10-SNAPSHOT.已执行Oopkg update和opkg install curl 没报错,
用sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-openlist/main/install.sh)"
安装时出错了。求解?