fix hwsim script

This commit is contained in:
Tobias Powalowski 2023-09-05 08:30:39 +02:00
parent f3a850992c
commit 8299418379

View file

@ -19,6 +19,8 @@ _usage()
exit 0
}
[[ -z "${1}" ]] && _usage
pacman -Sydd --noscriptlet linux
depmod -a
if ! grep -qw mac80211_hwsim /proc/modules; then
modprobe mac80211_hwsim
fi