#!/usr/bin/env bash find /usr/lib/modules/$1/ -type f | grep -i '\.ko\.zst' | xargs basename -a | sed -z "s/\n/ /g;s/\.ko\.zst//g" > mod_list.txt