diff --git a/compile-lkms.sh b/compile-lkms.sh index 4a6328a..25e2bee 100755 --- a/compile-lkms.sh +++ b/compile-lkms.sh @@ -11,6 +11,7 @@ mkdir -p "${DEST_PATH}" if [ -f ./PLATFORMS ]; then #cp ./PLATFORMS PLATFORMS #cat ./PLATFROMS + ls else curl -sLO "https://github.com/fbelavenuto/arpl/raw/main/PLATFORMS" fi