From 93e73815f3384ad2944d0a0dde2d975d61ceba81 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 22 Nov 2025 21:26:21 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 1fd25b2..c2f2bff 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -16,6 +16,10 @@ /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh echo "...Start -mountpoint.sh- location NEOBOOT..." fi + + if [ -e /var/lib/tailscale ] || [ -e /.multinfo ] ; then + opkg install kernel-module-tun + fi if [ -f /.control_boot_new_image ] ; then break ;