„nct6687-driver.plg“ ändern

This commit is contained in:
2022-07-22 16:04:42 +02:00
parent c27b803b99
commit 367c80fb71

View File

@@ -80,6 +80,7 @@ fi
check() {
if ! ls -1 &packages;/${KERNEL_V%%-*}/ | grep -q "${PACKAGE}" ; then
LAT_PACKAGE="$(wget -qO- https://api.github.com/repos/ich777/unraid-nct6687-driver/releases/tags/${KERNEL_V} | jq -r '.assets[].name' | grep "${PACKAGE}" | grep -E -v '\.md5$' | sort -V | tail -1)"
echo
echo "-----------------------Downloading NCT6687d Drivers!-------------------------"
echo "---------This could take some time, please don't close this window!----------"