aports/community/nemu/nemu.post-install
2022-10-17 19:45:21 +00:00

6 lines
32 B
Bash

#!/bin/sh
modprobe tun
exit 0